Python
From Odwiki
Python is an interpreted scripting language that can be downloaded from http://www.python.org. As of Houdini 9+, python scripting has been integrated into the software in a number of ways.
Contents |
Native/Integrated
- HOM - for general scripting, python sops, etc
- SOHO - for rendering pipeline.
- PythonUserInterfaces - Creating User Interfaces with Python
Using External Scripting Languages
- SendingHscriptToHoudini : a tutorial for sending hscript to houdini from python over ports
- PythonToHoudini : how to control houdini from python over ports
- PythonToHoudini8 : an old tutorial for sending hscript to houdini from python over ports for versions prior to Houdini 9
Learning Python, the language
Python Resources
- PythonModulesFor3D : a list of interesting python modules which feature 3d processing



