Spaz8 Posted February 9, 2015 Share Posted February 9, 2015 Hi there,I have two point groups, LeftN and RightN.using the "point" expression, I would normally write $PT, or a specific # for the floating point number argument, but in this case the the point numbers vary.Is there a way to replace $PT, or a specific point number with a point group?point("../xform15", (pointlist("../LeftN", "LeftN")), "P", 2) is what I have but no dice. Quote Link to comment Share on other sites More sharing options...
3iart Posted February 9, 2015 Share Posted February 9, 2015 You would have to do a for loop, and loop through each point in the group It's a bit convoluted in hscript, maybe this will help: http://forums.odforce.net/topic/16365-is-it-possible-to-use-for-loops-in-hscript-expressions/ If I were you I would use python. Quote Link to comment Share on other sites More sharing options...
Spaz8 Posted February 9, 2015 Author Share Posted February 9, 2015 Dang, and there I was thinking it was just an expression I wasn't aware of or a syntax error 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.