Blender Git Loki
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