Shape point group?

   1496   2   1
User Avatar
Member
1265 posts
Joined: March 2014
Offline
In Softimage when you create a shape on an object, it creates a point cluster (group), and this makes it easy to manipulate only those points in ICE. What would be the easiest way to create a point group from an edit sop (with Soft radius points included) or from an imported shape from zbrush.



In short, I need to isolate all the points that were manipulated while creating a shape.
Werner Ziemerink
Head of 3D
www.luma.co.za
User Avatar
Member
387 posts
Joined: Nov. 2008
Offline
Add attribwrangle with this code:
i@group_modified = length(@P-point(1, “P”, @ptnum))>0;

Connect your original geometry into its first input and edited shape (output of Edit SOP) into second input.

Your modified points are in the group names “modified”
User Avatar
Member
1265 posts
Joined: March 2014
Offline
Thank you pezetko! I appreciate your help.
Werner Ziemerink
Head of 3D
www.luma.co.za
  • Quick Links