Hi!
Lets say I have a sphere sop connected to the input 0 of a wrangle. Is there a function that will give me the path "/obj/geo3/sphere1" or at least the name "sphere1" ?
-Olivier
opinput(".", 0)
opinputpath(".", 0)
string node_node = chs("node_name"); string node_path = chsop("node_path");