Blender Git Loki

Git Commits -> Revision c6cc599

Revision c6cc599 by Campbell Barton (master)
June 3, 2016, 14:57 (GMT)
Fix T48234: Glitch w/ action constraints sharing an action

FCurve evaluation depended on FCurve.curval, which isn't threadsafe.
Now only use this value for debug display,
and pass the value instead of storing in the FCurve for all but debug-display.

Commit Details:

Full Hash: c6cc5993118965ae4208d748c54e7a70a3c5c1d3
Parent Commit: 3981804
Lines Changed: +32, -21

7 Modified Paths:

/source/blender/blenkernel/BKE_animsys.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+10, -10) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+7, -2) (Diff)
/source/blender/editors/space_action/action_edit.c (+6, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+6, -3) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021