
Marc-André Belzile
mabelzile
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
My Badges
SideFX Staff
Since 2月 2018
Recent Forum Posts
How to switch multiple viewer states in HDA? 2025年7月30日14:04
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 2025年5月15日12:51
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 2025年5月15日12:38
Can you post the code used for extracting the handle values ?