HOM
From Odwiki
Contents |
HOM: Houdini Object Model
HOM is Python integrated into Houdini.
Introduction
Application Scripting
Python SOPs
You may create SOPs using Python. These SOPs, unlike VEX Sops, may create and destroy geometry. However, for point manpiulation, VEX is expected to be faster due it's SIMD architecture.
Examples:
- Quick Start: Create a Lorenz Attractor Operator with H9 and Python http://www.preset.de/2007/0711/lorenz/



