hi:
in popgroup dop's Rule parameter i write:
random(@id)<0.1;
@P.x<0;
@Cd.b<0.1;
no one works for me
and if i choose Random Parameter, how do the Use Vexpression works? i tried some expression in it,no one changed the default result.
and how can i see the group information, like in sop's operator information?
how to use the popgroup
4703 2 1- luoqiulin
- Member
- 305 posts
- Joined: May 2007
- Offline
- Alejandro Echeverry
- Member
- 691 posts
- Joined: June 2006
- Offline
You should use the ingroup vex function like this:
ingroup = 1; //add to group
ingroup = 0; //remove from group
example: ingroup = @P.y>1;
Hope that helps!!
ingroup = 1; //add to group
ingroup = 0; //remove from group
example: ingroup = @P.y>1;
Hope that helps!!
Feel The Knowledge, Kiss The Goat!!!
http://www.linkedin.com/in/alejandroecheverry [linkedin.com]
http://vimeo.com/lordpazuzu/videos [vimeo.com]
http://www.linkedin.com/in/alejandroecheverry [linkedin.com]
http://vimeo.com/lordpazuzu/videos [vimeo.com]
- luoqiulin
- Member
- 305 posts
- Joined: May 2007
- Offline
-
- Quick Links