sly Posted March 8, 2012 Share Posted March 8, 2012 hi, I just cache some animated geometries , and i would like to know if there a way to hold the last geometry cache frame. Say , i have a cache from frame 1 to 100 , when i load it and go to frame 105 , it gives me an error .i would like to get the last geometry to stay for the rest of the animation. Hope i'm clear enough. See you, Sylvain. Quote Link to comment Share on other sites More sharing options...
michael Posted March 8, 2012 Share Posted March 8, 2012 copy and paste your file node point the new node to just the last frame - no $F4 or anything like that, so instead of "myFile.$F4.bgeo" it's just "myFile.0100.bgeo" put down a switch SOP wire your original then the new file node in the switch SOP use : if($F > 100, 1, 0) this says "if the frame number is greater than 100 use input 1, otherwise use input 0" HTH Quote Link to comment Share on other sites More sharing options...
sly Posted March 8, 2012 Author Share Posted March 8, 2012 this is a little redundant if many geometries are implied. Thanks for the Tip , i should thinked about this one ! cheers, Sylvain. Quote Link to comment Share on other sites More sharing options...
Solitude Posted March 8, 2012 Share Posted March 8, 2012 this is a little redundant if many geometries are implied. Thanks for the Tip , i should thinked about this one ! cheers, Sylvain. I usually use a timeshift sop with a clamp expression: clamp($F, 1, 100) Quote Link to comment Share on other sites More sharing options...
Macha Posted March 8, 2012 Share Posted March 8, 2012 Pretty much Michaels trick but with a timeshift node you could have a one node solution. Quote Link to comment Share on other sites More sharing options...
sly Posted March 8, 2012 Author Share Posted March 8, 2012 Thanks to all , will dig around that 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.