Personal tools

Python

From Odwiki

Jump to: navigation, search

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

[edit] Native/Integrated

  • HOM - for general scripting, python sops, etc
  • SOHO - for rendering pipeline.
  • PythonUserInterfaces - Creating User Interfaces with Python

[edit] 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

[edit] Learning Python, the language

[edit] Python Resources