vbk!!! Posted December 2, 2009 Share Posted December 2, 2009 Hello, I just recorded particle sim in bgeo sequence. I load it with file OP How can I load my particles ( names particle_$F3.bgeo) with a delay of one frame ? Thanks Quote Link to comment Share on other sites More sharing options...
haggi Posted December 2, 2009 Share Posted December 2, 2009 You could try to use: particle_`$F3 - 1`.bgeo Quote Link to comment Share on other sites More sharing options...
vbk!!! Posted December 2, 2009 Author Share Posted December 2, 2009 thanks I try that Quote Link to comment Share on other sites More sharing options...
sam.h Posted December 2, 2009 Share Posted December 2, 2009 timeshift node is also useful Quote Link to comment Share on other sites More sharing options...
tjeeds Posted December 3, 2009 Share Posted December 3, 2009 to reference a padded file correctly you'll need to re-pad the frame number after the offset, you can use the padzero() expression for this, since it's a string you need to surround your expression with backticks in order for it to evaluate properly. particle_`padzero(3, $F-1)`.bgeo 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.