🦁 womblewiki : a barebones houdini reference 🤓

labs overview sop

nodes chop cop2 dop lop obj out shelf sop top vop

simulation FEM RBD crowds dynamics fluids grains hair other particles pyro vellum

coding bash groups hscript python vex


vop

filter: all array channels combine control_flow convert crowds displace fuzzy_logic generic geometry globals hair labs math matrix noise patterns pyro quaternion sensor shaders shading shading_bsdfs shading_layers shading_utilities shading_uvs string


control_flow

Block Begin Marks the start of a code block.

Block Begin For Marks the start of a for loop block.

Block Begin For-Each Marks the start of a for-each loop block.

Block Begin If Marks the start of an if code block.

Block End Marks the end of a code block.

Block End Break-If Marks the end of a code block.

Block End While Marks the end of a while code block.

Do-While Loop ?

For Loop ?

For Loop Until ?

For-Each Loop ?

For-Each Loop Until ?

If Block ?

While Loop ?