Carlo Ballot

CarloB

About Me

EXPERTISE
CG Supervisor
INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Reference string input in python Sept. 9, 2022, 6:27 a.m.

I finally got it working using:
controller = hou.node(cont)
Thanks alot for your help, much appreciated!
C

Reference string input in python Sept. 9, 2022, 5:57 a.m.

Thanks Robber for the quick reply.
If i print hou.node(".").parm("CONTROLLER_NAME").rawValue() i get the right string wich is obj/controller.
But if i use it to read an attribute from it it give me error.

Reference string input in python Sept. 9, 2022, 5:25 a.m.

Hello,
i have issues when referencing the content of an input string inside python.
Can anybody give me a hint, thanks alot!
C.