Luca Pataracchia
lucap1
About Me
Senior Production Consultant
EXPERTISE
Technical Director
Connect
LOCATION
Canada
WEBSITE
Houdini Skills
Availability
Not Specified
My Badges
SideFX Staff
Since Jun 2018
My Tutorials
Recent Forum Posts
How to pass a .py script to hython? July 20, 2023, 11:56 a.m.
I usually define a function in my .py file and put the code I want to run in that function. Then I do the following:
1. Start hython
2. soure my_module
3. my_module.my_function()
When I'm on Linux I use the shell. On windows I use cygwin for my shell. I've not tried this with the power shell
1. Start hython
2. soure my_module
3. my_module.my_function()
When I'm on Linux I use the shell. On windows I use cygwin for my shell. I've not tried this with the power shell
Flip Cache: How to save MULTIPLE cache nodes at once Oct. 5, 2022, 10:46 p.m.
You might want to do it in Tops instead of rops. Tops(PDG) will allow surfacing to execute immediately as soon as the frames from the Sim have finished. Rops while still a valid method is antiquated.
Blast node don't work properly when using expressions July 18, 2022, 9:23 p.m.
You should probably be using the delete sop With delete by expression turned on. Or you can use the group by expression sop and then use that group in the blast sop