Jump to content

Shape point group?


Recommended Posts

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 translated while creating a shape.

 

 

Link to comment
Share on other sites

If youre geometry has a rest attribute you could add something like this in an attribute wrangle sop:

if(@P != @rest){
    setpointgroup(0,"moved",@ptnum,1);
} 
 
Simply compares your current point positions to the rest position and groups the points that are not matching.
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...