cloudfx Posted April 10, 2014 Share Posted April 10, 2014 Hi, How would I reference point number with global variable $PT in carve node? It seems to not having the global variable. Want to run an expression point("../vopsop23", $PT, "growth", 0) on FirstU parameter of carve node. Any suggestions? Quote Link to comment Share on other sites More sharing options...
cloudfx Posted April 10, 2014 Author Share Posted April 10, 2014 Ended up using ForEach SOP. Quote Link to comment Share on other sites More sharing options...
pelos Posted June 12, 2014 Share Posted June 12, 2014 try avoiding the for each, the carve doesnt accept that local variable you might want to use a chop or something that return 0 to 1 or even you can do that in a null and eval that parameter and then link it to the carve. Quote Link to comment Share on other sites More sharing options...
Mumble Posted June 18, 2014 Share Posted June 18, 2014 try avoiding the for each, the carve doesnt accept that local variable you might want to use a chop or something that return 0 to 1 or even you can do that in a null and eval that parameter and then link it to the carve. Do you have an example of how this can be done (controlling multiple curves carve position based on an attribute independent to each curve without using a foreach)? Thanks 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.