starlighter Posted February 4, 2019 Share Posted February 4, 2019 Hi all, i do believe that this is quite trivial question but haven't managed to yet find the answer on it. I have some wire animation coming in and at certain frame i would like to stop it from being animation and let the simulation to take over. What would be the way to do this? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
benne5 Posted February 4, 2019 Share Posted February 4, 2019 At SOPS level use a timeblend node. Set the Hold Last Frame parameter to the last frame of your animation. Then simulate your wire your wire at the held frame. There are many ways to specify when your simulation will start. The easiest being to set the Start Frame parameter on your DOP net. Quote Link to comment Share on other sites More sharing options...
starlighter Posted February 5, 2019 Author Share Posted February 5, 2019 Thanks Matthew, yes, i've done the easy way of just setting it on the DOP, but now looking for a way to have the anim and sim being blended. I know there is a blend node to use them between sim/solvers so at the moment looking into that. Quote Link to comment Share on other sites More sharing options...
habakuk Posted February 5, 2019 Share Posted February 5, 2019 if both geos have the same pointcount and pointorder you could use a point_wrangle: 1. create point wrangle 2. pipe animated mesh into input1 3. pipe simulated mesh into input2 4. add the following code: v@P = lerp(v@P, v@opinput1_P, chf("blend")); 5. click that little icon on the right hand side of your code text box that says "Create spare parameters..." to create a slider now you can blend between both versions and keyframe it. 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.