Hi Everyone,
can anyone give me a heads up on how to do this?
if I want to set a relative reference I usually do something like this.
node = hou.node('/obj/geo1/')
p1 = node.parm('sphere1/scale')
p2 = node.parm('sphere2/scale')
p2.set(p1)
but what if I want the path to be an absolute reference?
cheers for your help.
D