How would you group all points with transform.x > 0?

   1642   2   1
User Avatar
Member
27 posts
Joined: Jan. 2017
Offline
How would you group all points with an x position greater than 0? I can't seem to figure this out.
User Avatar
Member
1743 posts
Joined: March 2012
Offline
There are a couple easy, similar ways: 1) Group SOP (Tab > “Group”, Enter at the SOP level), set Group Type to Points, type @P.x>0into Base Group, or 2) Group Expression SOP, set Group Type to Points, type @P.x>0into VEXpression.
Writing code for fun and profit since... 2005? Wow, I'm getting old.
https://www.youtube.com/channel/UC_HFmdvpe9U2G3OMNViKMEQ [www.youtube.com]
User Avatar
Member
27 posts
Joined: Jan. 2017
Offline
Thank you so much that works perfectly!
  • Quick Links