bgeo animation

   2795   2   1
User Avatar
Member
5 posts
Joined: April 2012
Offline
Hey eveyrone! Quick question on imported bgeo animation. I managed to import an animated character and used the timeblend node to hold the last frame of the animation for x amount of frames. I would like to do the same for the first frame of the anim but don't see an option. I was hoping that “hold the first frame” in the parameters would mean that it would hold it for x amount of frames but it doesn't. Does anyone know how this can be done?

Thanks for the help!
User Avatar
Member
373 posts
Joined: March 2009
Offline
You can also use a timeshift node, and use an expression such as clamp() to hold first and last frames:

clamp($F,101,150) this will hold the first frame of 101 and last frame of 150 indefinably.
Ian Farnsworth
User Avatar
Member
5 posts
Joined: April 2012
Offline
Thanks so much. Timeshift is perfect.
  • Quick Links