Jump to content

transform pieces question


MadMax50

Recommended Posts

heya. I have a quick question about using the transform pieces

Basically what I want to do is delete half the simmed points coming out of dops before it goes into the transform pieces and get it to transform properly...

Usually I would delete the Packed geo instead of the simmed points which works fine but I am in  a tricky situation where I need to delete the simmed points instead.

I will attach a scene file for anyone willing to take this on !! Cheers :)

transform_pieces_question.hipnc

Link to comment
Share on other sites

you might aswell delete the points and then use a pointwrangle, first input the pieces, second input are the decimated points and use

if(nametopoint(1, s@name)==-1) removepoint(0, @ptnum);

to blast the pieces before feeding them into transform pieces.

 

yeah, not sure if thats what you want to avoid when you say "deleting packed geo" but thought i'd post it anyway

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