quentin Corker-Marin

quentinC

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Evaluate in Python from a path ? Dec. 11, 2017, 7:22 a.m.

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.

Evaluate in Python from a path ? Dec. 7, 2017, 11:54 a.m.

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?

Caching point problem in laptop Dec. 7, 2017, 11:11 a.m.

can you upload a scene file that shows the problem?