
Marc-André Belzile
mabelzile
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
My Badges
SideFX Staff
Since Feb 2018
Recent Forum Posts
How to switch multiple viewer states in HDA? July 30, 2025, 2:04 p.m.
Take a look at this HDA. It contains multiple nodes, each using their specific state with a script for switching states. You always need to select the proper node to enter a state, unless your state is nodeless, which I don't think is the goal here.
Image Not Found
Python States Handle Documentation May 15, 2025, 12:51 p.m.
It's not fully documented, there are some bits of information here [www.sidefx.com]
You could also inspect the relevant handle with the Operator Type Handle Bindings panel along with the Parameter editor. The bindings panel list all handle with their parameters. The transformer node can be inspected in the Parameter editor to see the related parameters.
You could also inspect the relevant handle with the Operator Type Handle Bindings panel along with the Parameter editor. The bindings panel list all handle with their parameters. The transformer node can be inspected in the Parameter editor to see the related parameters.
Python Interactive Viewer State Handle orientation problem May 15, 2025, 12:38 p.m.
Can you post the code used for extracting the handle values ?