Omy Posted January 12, 2012 Share Posted January 12, 2012 i have a animation .i want the animation to be played from frame10.how can i do that? Quote Link to comment Share on other sites More sharing options...
dynamoanders Posted January 12, 2012 Share Posted January 12, 2012 Move the keys :-). - One solution is to add an expression in the channelbox (like translateX + 10). - One is to move to open the curveditor (motion view in Houdini). - One is to parent the object to a translate null (object) and then translate that object + 10. Sorry for some different names (coming from Maya...). Hope that helps! //Anders Quote Link to comment Share on other sites More sharing options...
Erik_JE Posted January 12, 2012 Share Posted January 12, 2012 Move the keys :-). - One solution is to add an expression in the channelbox (like translateX + 10). - One is to move to open the curveditor (motion view in Houdini). - One is to parent the object to a translate null (object) and then translate that object + 10. Sorry for some different names (coming from Maya...). Hope that helps! //Anders Wut? Hej Svensk! If I understood Omy he wants the animation to start at frame 10. Easiest is probably to write it out and then offset it in the File node or using one of the Time nodes. Quote Link to comment Share on other sites More sharing options...
gaurav Posted January 12, 2012 Share Posted January 12, 2012 i have a animation .i want the animation to be played from frame10.how can i do that? if your fileseq is named like following: test.001.bgeo test.002.bgeo test.003.bgeo ... test.050.bgeo you could use something like following in file sop. $HIP/test.`padzero(3,$F+10)`.bgeo similarly if you want to delay it just subtract the desired number. you might have to clamp it too so it does not throw the missing frame error. Cheers, Quote Link to comment Share on other sites More sharing options...
michaelw Posted January 13, 2012 Share Posted January 13, 2012 Maybe Timeshift SOP? Quote Link to comment Share on other sites More sharing options...
dynamoanders Posted January 20, 2012 Share Posted January 20, 2012 Wut? Hej Svensk! If I understood Omy he wants the animation to start at frame 10. Easiest is probably to write it out and then offset it in the File node or using one of the Time nodes. Yep, hallå hallå. Nice to see some Swedes here. There aren´t too many of us here in this universe (or in total anywhere :-)). Always nice to read you posts by the way Erik_JE, you always have some nice understanding of things! 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.