blackchicken Posted July 3, 2014 Share Posted July 3, 2014 Hello I have question about procedural selection of points. Reason is, when I have flag I want to set my fields on low res plane, when Im happy with results I want to switch to Hi res flag from same object. I group in sops points, which is as constrained points but cant find way how to proceduraly bring them to DOPs. I tryed pointlist() for my target constraint but with no succes. Any idea? Thanks a lot. flag.hip Quote Link to comment Share on other sites More sharing options...
dark_cry Posted July 3, 2014 Share Posted July 3, 2014 Hi man! All you have to do is put "tick"s to the beginning and end of your expression "pointlist()". The reason is constraint point parameter eats string lists, but pointlist() returns lists of ints. flagCorrected.hip Quote Link to comment Share on other sites More sharing options...
gosch Posted July 3, 2014 Share Posted July 3, 2014 You have to use backtick ` when writing expressions in string type parameters. That's why your pointlist expression doesn't work. So write: `pointlist("../../flag/points","G_pin")` Quote Link to comment Share on other sites More sharing options...
blackchicken Posted July 3, 2014 Author Share Posted July 3, 2014 Ouuu perfect, thanks a lot guys 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.