Juzwa Posted September 19, 2016 Share Posted September 19, 2016 Hi, So Im testing the cloth and tearing (fracturing). What controls the fracturing is @fracturethreshold. So I tested this with geometrywrangle if (@Frame > 25) { @fracturethreshold = fit(rand(@ptnum), 0, 1, -, 5); } And it works great. But now I want more control over it but on the SOP level. Ofcourse decided to use @Cd. But Im having problems because I dont know how to update data from SOP level on each frame. I tried this expression in sop solver, but evaulates to 0 (so error?): @fracturethreshold = point("/obj/FLAG_MODEL/dopimport1", "Cd.x", @ptnum); So how to use data from SOP level and evaluate it on each frame? TearingClothTest_v003.hiplc Quote Link to comment Share on other sites More sharing options...
tony Posted September 19, 2016 Share Posted September 19, 2016 Is this what you're after? TA_TearingClothTest_v003.hiplc Quote Link to comment Share on other sites More sharing options...
Juzwa Posted September 19, 2016 Author Share Posted September 19, 2016 Yeah thats exactly what I was looking for, thank you. I just thought that dop_import is the same as object merge. But it looks like its not 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.