You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to X...@softimage.com
I would like to apply an effect on a particle , based on its id. At the moment I have a "if id is this, then do this" type of setup, but i would like to be able to enter multiple id values into that. At the moment I have to duplicate the compound and set the value to the new particle id every time i want to ad a particle to the effect. There has to be a way to do this but I'm to stupid to figure it out at the moment. Help please :) Gerbrand Nel --- Unsubscribe? Mail Majo...@Softimage.COM with the following text in body: unsubscribe xsi
Alan Fregtman
unread,
Sep 7, 2008, 11:12:33 AM9/7/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to X...@softimage.com
I think arrays are what you're looking for. You can affect arrays of points... you'd just have to build one with the exact points you want. Then it'd be more like "if id is in array, then do this".