Claire Pegorier
coclea
About Me
EXPERTISE
VFX Artist
Houdini Skills
ADVANCED
Cloth | Crowds | Pyro FX | Fluids | Destruction FX | 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. March 22, 2026, 1:51 p.m.
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 Aug. 1, 2025, 6:59 p.m.
## 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 May 2, 2024, 6:31 a.m.
and is there anyway to run windows commands (MS DOS) in a loop with the Generic Generator and the Generic range generator?