Personal tools

HOM

From Odwiki

Jump to: navigation, search

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: