• Editor
  • Cycle offset

Related Discussions
...

Hi!

Is it possible to define an animation that, for example, starts at frame 0, ends at frame 100, but continues the loop at Frame 30?
How?

Something like this:

         
--- < --- | | 00-> --- 30 --- --- 100

I don't know what is the name of this. Animation with prolog?

I know that we always could make two animations but it would be useful for animators.

Thanks in advance!

Our animator requested this a while ago (I never made a post 🙁 sorry mr animator)

Pretty sure it isn't possible. atm we have an entry and exit animation and an animation which loops in the middle of the 'main' animation

Thanks BinaryCats!

Esoteric Guys, it would be a really nice feature ^_^

This was actually requested a long time ago, and again every now and then: https://trello.com/c/1NnXiMQH

Right now, it's possible to program the custom loop yourself in your runtime, but that's behavior you have to define yourself.
SetAnimation returns a TrackEntry whose .time you can control.

Thanks Pharan, we will wait for it to be implemented