Views
HOM
From Odwiki
Contents |
[edit] HOM: Houdini Object Model
HOM is Python integrated into Houdini.
[edit] Introduction
[edit] Application Scripting
[edit] 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/



