Claire Pegorier
coclea
About Me
専門知識
VFX Artist
Houdini Engine
ADVANCED
Cloth | Crowds | Pyro FX | Fluids | 説明 | VEX
INTERMEDIATE
Hair & Fur | Solaris | Mantra | Karma | Realtime FX | PDG | Python
Availability
I am available for Freelance Work
Recent Forum Posts
tearing cloth and creating hair between pieces on the fly. 2026年3月22日13:51
Hi
I am tearing cloth and I am creating hair between the pieces when they move away from each other.
The hair get created, get stitch to the cloth but the don't extend and don't seem to react after creation. I tried to modified their length with a vellumBlend, no success. Any idea
I am tearing cloth and I am creating hair between the pieces when they move away from each other.
The hair get created, get stitch to the cloth but the don't extend and don't seem to react after creation. I tried to modified their length with a vellumBlend, no success. Any idea
press a button in python 2025年8月1日18:59
## nodes serial kicker
selectedNodes = hou.selectedNodes()
for sel in selectedNodes:
node.parm('execute').pressButton()
selectedNodes = hou.selectedNodes()
for sel in selectedNodes:
node.parm('execute').pressButton()
Run bash command in terminal using PDG 2024年5月2日6:31
and is there anyway to run windows commands (MS DOS) in a loop with the Generic Generator and the Generic range generator?