tagosaku Posted June 20, 2018 Share Posted June 20, 2018 (edited) Hi, I try to make my default set up. Then I want to make a auto-enable setting for staticObject node, instead of creating/deleting the node every time. This is because whitewater solver, for instance, makes a strange collision artifact if staticObject node does not get any collision objects from SOP. So far, I tried a enableSolver, switch node with if(nprims(surface)>0, 0, 1), etc. None of them works well. Alternatively I made to insert a dummy object in SOP, then the staticObject takes it to avoid artifact. We could unlock the staticObject node and implement nodes in there, but I want to avoid this way because it causes a file size larger. Does anyone have smart ideas to do auto-enable/bypass staticObject node? Edited June 20, 2018 by tagosaku 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.