oslo Posted March 18, 2010 Share Posted March 18, 2010 Hi I need similar kind of sort SOP in POP. I work with follow-POP and I want to attract the particles of a particle from one particle to another. But I have a problem with the movement, because the particles are attracted to a colleague with the same number. I must have control of the numbering of the particles. Quote Link to comment Share on other sites More sharing options...
pclaes Posted March 18, 2010 Share Posted March 18, 2010 check out the property pop, you can define a follow id. that id can then be used when the follow pop is set to follow individual leaders. Quote Link to comment Share on other sites More sharing options...
oslo Posted March 18, 2010 Author Share Posted March 18, 2010 Peter, but in what ways I can to sort particles. Also as the development of a separate instrument, kind of sort SOP. Quote Link to comment Share on other sites More sharing options...
pclaes Posted March 19, 2010 Share Posted March 19, 2010 you can not sort the particles inside pops. Generally the way it works is you have two groups, a follower group and a leader group. These are potentially two streams of particles that are collected together. Say you have 100 followers and 10 leaders, you will need to assign a FOLLOW value in your property pop of (100 + (($ID%10)+1)), the id values are offset when you collect (first collect the followers, then the leaders). Have a look at the file, it uses color to scale up and down the follow versus the noise force. pops_follow_01.hip 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.