vijayakumar Posted March 19, 2015 Share Posted March 19, 2015 hi guys.. was learning constrains from tutorials and got struck here.. i tried to break the constrains(conetwist) using expression if angle is grater than a particular value.tried delete sop with @angle>0.8, also attribute wrangle... but it does't work.Please help me out.. untitled.hip Quote Link to comment Share on other sites More sharing options...
loudsubs Posted March 20, 2015 Share Posted March 20, 2015 The issue was that the "overwrite with SOP" parameter on the constraint network DOP was getting overwritten every frame, thus not letting the SOP solver delete the constraints. You only want it overwritten on the first frame. I changed the expression to $SF==1 and it works now. conetwist.hip 2 Quote Link to comment Share on other sites More sharing options...
vijayakumar Posted March 22, 2015 Author Share Posted March 22, 2015 thanks a lot 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.