Blender Git Commit Log

Git Commits -> Revision fbfa904

Revision fbfa904 by Sybren A. Stüvel (master)
September 25, 2019, 08:32 (GMT)
Fix T69573: Driver Value does not slide along the actual value in the Driver Editor

This change is two-fold:

- Ensure the result of the F-Curve evaluation is stored on the FCurve
object. This was done in 2.79 but lost when we moved to more granular
per-curve evaluation from the depsgraph.
- Flush this result from the CoW copy back to the original.

Reviewed by: sergey

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

Commit Details:

Full Hash: fbfa904bce9b852a2bc3efaac339f34362e16944
Parent Commit: d0279f7
Lines Changed: +13, -14

3 Modified Paths:

/source/blender/blenkernel/BKE_animsys.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+6, -5) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+6, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021