jackassol Posted April 4, 2021 Share Posted April 4, 2021 (edited) 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 -> Best Jack Edited April 4, 2021 by jackassol Quote Link to comment Share on other sites More sharing options...
br1 Posted April 5, 2021 Share Posted April 5, 2021 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. Quote Link to comment Share on other sites More sharing options...
anim Posted April 6, 2021 Share Posted April 6, 2021 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.