nghiatranduc94 Posted April 3, 2019 Share Posted April 3, 2019 Hi, sorry for the noob question, i'm using i@active = 1 if @Cd > 0 to active packed geometry. but after a few frame when that point out of range(@Cd = 0), i@active back to 0 and the geometry stop moving, so how to make it stay active ? Quote Link to comment Share on other sites More sharing options...
tamagochy Posted April 3, 2019 Share Posted April 3, 2019 use sop solver before dop to save active value Quote Link to comment Share on other sites More sharing options...
nghiatranduc94 Posted April 3, 2019 Author Share Posted April 3, 2019 1 hour ago, tamagochy said: use sop solver before dop to save active value yes, i did it and still have problems. here my hip file i have a temporary solution, but keep wonder what is wrong demo fracture box.hip Quote Link to comment Share on other sites More sharing options...
tamagochy Posted April 4, 2019 Share Posted April 4, 2019 use group for select points by sphere and then in wrangler write this i@active=0; if(@group_active) i@active=1; and put it to dops. Recreate dopnet and in rbdpackedobject use create active obj and check overwrite attribute and you get what you want 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.