kgoossens Posted August 13, 2012 Share Posted August 13, 2012 Hi, I'm struggling getting the right parm evaluation for setting attributes in a subnet or digital asset. What I'd like to be able to do is the following. reading the parameter value: example 4.1 using an expression in the parameter: example ch("../null/test") using a variable in the parameter: example $PR using an animation expression in the parameter: example bezier() using a combination of the above: example bezier+$PR*ch("../null1/test") Using ch() allows me to get the value, the expression and the animation curve, but not the variables. Using eval(chsraw()) allows me to get the value, the variable, the expression partially (It must be linked from the node where the expression is made. In the added example this is one level deeper. So ch("../null1/test") becomes ch("../../null1/test")) But not the animation curves (bezier() doesn't work.) Any ideas to solve this problem? Example file is attached. Cheers Kim parameterEvaluation.hipnc Quote Link to comment Share on other sites More sharing options...
ikarus Posted August 13, 2012 Share Posted August 13, 2012 why not put the curve in an extra parameter and just reference it with chf()? Quote Link to comment Share on other sites More sharing options...
kgoossens Posted August 13, 2012 Author Share Posted August 13, 2012 why not put the curve in an extra parameter and just reference it with chf()? I'm trying to make the digital asset operate with flexibility as a native node. For example with the PolyExtrude you can set up such an expression without a problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.