ITdreamer Posted May 12, 2016 Share Posted May 12, 2016 Hi I have a line which is animated with transform SOP along Y axis. I added gluetoanimation = 1 attribute to points. Those points which become above Y become gluetoanimation = 0. Then it goes to DOPs as Wire object. The problem is that those points which are above Y don't become dynamic. How can I make those points become dynamic? Quote Link to comment Share on other sites More sharing options...
anim Posted May 13, 2016 Share Posted May 13, 2016 you need to update the attribute inside DOPs so use Geometry Wrangle or SOP Solver or Geometry VOP for that f@gluetoanimation = v@animationP.y<0; ts_update_wire_gluetoanimation.hip 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.