quentin Corker-Marin
quentinC
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
My Gallery
Recent Forum Posts
Evaluate in Python from a path ? 2017年12月11日7:22
python doesn't understand where you are in the same way hscript does. As arctor said, you need to run eval() on the node as a python object.
The function my_node = hou.node(“/obj/path_to_node”) will return the node as a python object and store it as my_node. You can then call my_node.parm(“tx”).eval() to get the tx parameter value of this node. This is all in arctors post.
The function my_node = hou.node(“/obj/path_to_node”) will return the node as a python object and store it as my_node. You can then call my_node.parm(“tx”).eval() to get the tx parameter value of this node. This is all in arctors post.
Evaluate in Python from a path ? 2017年12月7日11:54
What is the error you are getting?
Also, I don't fully understand what you mean by “evaluate a parameter on the SOP within the Python Shell”? Could you upload an example scene?
Also, I don't fully understand what you mean by “evaluate a parameter on the SOP within the Python Shell”? Could you upload an example scene?
Caching point problem in laptop 2017年12月7日11:11
can you upload a scene file that shows the problem?