Blender Git Commit Log

Git Commits -> Revision ae72a92

Revision ae72a92 by Joshua Leung (master)
October 20, 2017, 04:05 (GMT)
Fix T46163: NLA properties with drivers aren't displayed as having drivers

While such drivers will generally get evaluated too late to be of much
use during animations, it can still be useful to allow using drivers to
control a whole bunch of NLA strip properties (i.e. syncing NLA strip
timings via a single property/control).

Keyframe insertion however is still not allowed on these properties
(and an error message will now be displayed when trying to do so,
instead of silently failing), as it is useless.

Commit Details:

Full Hash: ae72a9206e988a3f4ef5d35393ce490b23db2629
Parent Commit: 959a58d
Lines Changed: +46, -2

4 Modified Paths:

/source/blender/blenkernel/BKE_nla.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/nla.c (+34, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021