Jump to content

Pointdeform inside for each - not working anymore


Recommended Posts

Hey guys - I have an old scene file that is not working anymore.

 

I wanted to pointdeform multiple objects inside a for each loop.

Unfortunately, the pointdeform SOP is not working correctly anymore.

Does anyone know what the problem is there?

file: was_working.hipnc

 

It always causing this problem ->

 

image.png.e62bb23d3d8b54a8e9c7f41b3d73a228.png

image.png

 

Best Jack

image.png

Edited by jackassol
Link to comment
Share on other sites

Add a clean attribute after your delete1 and delete2 nodes, it should fix it. I noticed that a mismatch of attributes between static and deforming points could be problematic when using pointdeform in a foreach loop.

Link to comment
Share on other sites

it's the i@id attribute that's messing stuff up, it was added as a way to match points by id, but the fact that it is using id whenever it finds it instead of it being an option is causing such issues

also you don't need for each anymore if you have piece attrib, in your case i@class

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