beeemtee Posted January 29, 2013 Share Posted January 29, 2013 Hi, is it possible to promote the Attrib Create operator's value parameter to a SOP level asset's interface in a way that allows it to use point expressions? For example: rand($PT) If I create a simple link, the expression does not evaluate properly since it's the value that gets linked and not the expression. It's seems possible to hack it around with callbacks but that way the highlighting wouldn't work and relative references in the expression would point to different nodes. Is there a 'good' solution for this problem? thanks in advance Mate Quote Link to comment Share on other sites More sharing options...
tjeeds Posted January 29, 2013 Share Posted January 29, 2013 Instead of using ch("../parm"), try eval(chsraw("../parm"), might do ya Quote Link to comment Share on other sites More sharing options...
beeemtee Posted January 30, 2013 Author Share Posted January 30, 2013 Thanks tjeeds! That did the trick. 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.