Blender Git Loki

Git Commits -> Revision 7bc8455

Revision 7bc8455 by Alexander Gavrilov (master)
October 31, 2018, 08:50 (GMT)
Add an option to do keyframe insertion in a cycle-aware fashion.

When enabled, inserting keyframes into F-Curves with simple cyclic
extrapolation (the same conditions as required for cycle-aware auto
handle smoothing to activate) will take the cycle into account:

- Keyframes that are being inserted outside of the cycle bounds
are remapped to be inside the cycle. Thus it is not necessary
to be within the main iteration of the cycle when tweaking.

This becomes especially useful in the final animation tweaking
phase when the channel keys may be staggered for overlap, so
the actual master period is different for different channels.

- Modifying one of the end points of a cycle also changes the
other end point when appropriate, to preserve smooth transition.

This feature applies to both manual keyframe insertion using
'I', and auto-keyframing.

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

Commit Details:

Full Hash: 7bc84559aa80841591f1ccf5c09f843931d6dabb
Parent Commit: 2d37f55
Lines Changed: +131, -28

8 Modified Paths:

/release/scripts/startup/bl_ui/space_time.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+11, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+29, -11) (Diff)
/source/blender/editors/animation/keyframing.c (+78, -13) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+6, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021