Jump to content

sop solver points changing


Recommended Posts

Hi 

I have a sphere grid and sop solver nodes which draw a red circle in grid.I am deleteing the geometry and keeping points  using add sop and then using this points to instance something using copy sop.As the point counts are changing i see the geometry is flickering.Any fix for this?

Link to comment
Share on other sites

Well, you are stamping using $PT - which is a bad idea with changing point counts. And as you've noticed, causes "flickering" because the values for the stamps change along with the points.

 

Base your stamps off of a static attribute instead. Like I've done in the hip below, basically creating $ID from $PT before anything changes and stamping with that instead.

 

1(3)_dv.hipnc

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...