Hi,
a scripting question:
On SOP level,
object-merging an obj level object(say a camera)..
then in another node want to refer to the camera's aperture..
What is the way to do that? (Indirectly refer to a parameter in hscript)
something like this: (but this doesnt work
`ch("../object_merge3/objpath1")/aperture`
thanks!
Alex
(below works with detail params in attribcreate, but is there a more streamlined way?)
attribcreate1:
aperturePath = `chs("../object_merge3/objpath1")`/aperture
attribcreate2:
aperture = $APERTUREPATH