jkunz07 Posted July 24, 2012 Share Posted July 24, 2012 Is there any way to grab parameters of a node based on it's path? I have `chsop("../../camPath")` which evaluates to obj/cam1 I'd like to do something similar to this: ch(`chsop("../../camPath")`+"/focal") to get the value of a parameter on the cam1 object but it doesn't seem to be working. Quote Link to comment Share on other sites More sharing options...
asnowcappedromance Posted July 24, 2012 Share Posted July 24, 2012 remove the backticks around the chsop expression and it will work! ~ Manu Quote Link to comment Share on other sites More sharing options...
jkunz07 Posted July 24, 2012 Author Share Posted July 24, 2012 remove the backticks around the chsop expression and it will work! ~ Manu Working great now, thank you! 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.