Blender Git Commit Log

Git Commits -> Revision b8d213f

Revision b8d213f by Alexander Gavrilov
September 17, 2021, 11:05 (GMT)
Animation: allow marking actions as cyclic for Cycle-Aware Keying.

When a manual frame range is set, allow marking an action as having
Cyclic Animation. This does not affect how the action is evaluated,
but the Cycle-Aware Keying option will automatically make any newly
added F-Curves cyclic. This allows using the option from the start
to build the cycle, rather than only for tweaking an existing loop.

The curves are made cyclic when they have only one key, either
after inserting the first key, or before adding the second one.
The latter case avoids the need to manually make the first added
curve cyclic after marking a newly added action cyclic.

Differential Revision: https://developer.blender.org/D11803

Commit Details:

Full Hash: b8d213fe0164f242b535ae4b19f9379548a67584
Parent Commit: 3361319
Lines Changed: +85, -3

8 Modified Paths:

/release/scripts/startup/bl_ui/space_dopesheet.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_action.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+4, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+56, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021