[Bf-blender-cvs] [c868945] master: Fix curve, missing update on Ctrl-LMB

Campbell Barton noreply at git.blender.org
Mon Apr 4 10:36:48 CEST 2016


Commit: c868945a430a3e4d5afb3c8a441a3518096b84da
Author: Campbell Barton
Date:   Mon Apr 4 18:18:21 2016 +1000
Branches: master
https://developer.blender.org/rBc868945a430a3e4d5afb3c8a441a3518096b84da

Fix curve, missing update on Ctrl-LMB

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

M	source/blender/editors/curve/editcurve.c

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

diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c
index 5c439dc..1b588e3 100644
--- a/source/blender/editors/curve/editcurve.c
+++ b/source/blender/editors/curve/editcurve.c
@@ -4830,6 +4830,8 @@ static int ed_editcurve_addvert(Curve *cu, EditNurb *editnurb, const float locat
 						}
 					}
 				}
+
+				BKE_nurb_handles_calc(nu);
 			}
 			else {
 				BPoint *bp;




More information about the Bf-blender-cvs mailing list