Jump to content

Facet with out Changing Prim Numbers


Recommended Posts

Hey all--

Is there a way to fuse points on a geo without changing the primitive numbers?    By default, the facet and fuse both reset the prim values and start them all at one.  Ideally, Id actually like to retain the original prim numbers through the operation.  

 

Ive attached a file.   

 

Thank you!

 

fuse_v001.hipnc

Link to comment
Share on other sites

you can't keep the same primitive numbers if you are removing primitives unless you delete just last N prims

since you removed points through removepoint() a lot of prims lost their vertices, but are still part of the geo, that's why the numbers didn't change immediatelly, you usually don't want that anyway so the fact that fuse is clearing them up is kind of a good thing

but if you want you can create an attribute that will remember the original prim number

  • Like 1
Link to comment
Share on other sites

Thanks Tomas,  

I realize now that the workflow wasn't necessarily that clean.  The goal was to basically split a geo apart,and then upon reconstruction of the geo, have the all the primitives be exactly the same----no matter what sort of tomfoolery I applied to them.  

But this now seems like a pointless goal- my setups are working fine without it.  Storing the original prim nums in an attribute has been helpful as well.  Thanks!

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