e=mc^2 Posted November 30, 2008 Share Posted November 30, 2008 hey I have new problem;) I have two animated objects(animated in DOPs), I deleted almost all points except one in first and second object, then i created line with add sop from these two points(animated line) but after for example 20 frames I want that this line will be wire object, how can I do this? Quote Link to comment Share on other sites More sharing options...
old school Posted December 1, 2008 Share Posted December 1, 2008 The problem you have is recursion. You can't have a curve built outside of the sim then fetch that curve back in. The best way to handle this is to create a new DOP geometry object and pass the two other DOP objects' geometry in to a SOP Solver where you build your curve. Then you can create a wire object at whatever frame you want from the geometry in that DOP object. All kept in DOPs. No recursion issues. Quote Link to comment Share on other sites More sharing options...
e=mc^2 Posted December 7, 2008 Author Share Posted December 7, 2008 thanks a lot old school 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.