loopier / animatron-godot3

Yet another implementation of Animatron, but in Godot
GNU General Public License v3.0
17 stars 1 forks source link

Loop control and playback direction #21

Closed loopier closed 1 year ago

loopier commented 2 years ago

Control number of iterations in a loop and playback direction

loopier commented 2 years ago

Added play direction in 472748a4167c0f1b08160faea84d44541d5823e3 Loop toggle is already implemented.

Number of iterations might be related to playing a sequence (https://github.com/loopier/animatron/issues/1#issuecomment-950394110), a range and/or playing frames in a random order, which maybe can be solved with finite state machines, signals.

loopier commented 2 years ago

Random frame order is implemented in 9fd5df6631e3c85d5f09573ba1b72a1e78a88867 (and the docs updated in 3f88c5e36c590f607c94a7aac5f8c0fc12415a0e).

loopier commented 1 year ago

Closing this issue as playback direction has been implemented, and a new issue (#37) has been opened to discuss related topics.