This is probably glaringly obvious, but I have been stuck on it for a while. In a transform sop I am trying to refer to an attribute created further back in the network. For instance, if I have a wrangle that creates a point attribute f@try = 1.5, I'd like to use that value in a parameter in the transform sop, for instance to scale in the X direction. I've tried referring to it as
point("../attribwrangle2/", instancepoint(), "try", 0)
point(0, instancepoint(), "try", 0)
@try
For all of these I get an error. I believe that point() is supposed to take a string. For those versions I get an error that the expression cannot be evaluated because the name "point" is not defined.
I attach the hip file and screen shots of the parameters to the sops and the error I get.
Any advice would be much appreciated.
Thanks,
Mary
Image Not Found