[Bf-blender-cvs] [254c724] master: FCurve: stop generic rna update from changing curve handle type

Campbell Barton noreply at git.blender.org
Wed May 14 05:32:44 CEST 2014


Commit: 254c724aa144f22efcc6609b1441d1dfb4f74824
Author: Campbell Barton
Date:   Wed May 14 13:31:34 2014 +1000
https://developer.blender.org/rB254c724aa144f22efcc6609b1441d1dfb4f74824

FCurve: stop generic rna update from changing curve handle type

===================================================================

M	source/blender/makesrna/intern/rna_fcurve.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c
index 266bc1b..2dad2c1 100644
--- a/source/blender/makesrna/intern/rna_fcurve.c
+++ b/source/blender/makesrna/intern/rna_fcurve.c
@@ -457,7 +457,7 @@ static void rna_FCurve_range(FCurve *fcu, float range[2])
 static void rna_FCurve_update_data_ex(FCurve *fcu)
 {
 	sort_time_fcurve(fcu);
-	testhandles_fcurve(fcu, true);
+	calchandles_fcurve(fcu);
 }
 
 /* RNA update callback for F-Curves after curve shape changes */




More information about the Bf-blender-cvs mailing list