Blender Git Loki

Git Commits -> Revision e0ee74a

Revision e0ee74a by Joshua Leung (master)
January 26, 2015, 13:10 (GMT)
Fix T38619: Confusing logic for Keying Set keyframing Settings

The logic used for determining whether certain keyframing settings (i.e. visual,
only needed, xyz -> rgb) got applied was wonky. The original intention here was
that the Keying Set settings would override the global settings, and the path
settings would override what was used for the Keying Set. However, that was not
happening in all cases previously, as it was only possible to add flags and not
to turn them off.

This commit fixes that by introducing separate toggles to control whether the
Keying Set/Path's settings override the settings inherited from its parent
(i.e. the Keying Set for the Path, and the User Prefs for the Keying Set).
The icons used for these toggles could get revised a bit (we need something
which communicates "override this"; the current one is the closest I could find)

WARNING: If you have old keying sets, this may cause some breakage!

Commit Details:

Full Hash: e0ee74a171135e0e13a65eb60fc352eb34ada542
Parent Commit: b648ba4
Lines Changed: +120, -22

5 Modified Paths:

/release/scripts/startup/bl_ui/properties_scene.py (+50, -8) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+1, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+37, -8) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+9, -5) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+23, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021