[Bf-blender-cvs] [956e488] wiggly-widgets: Remove redundant fix (view matrix update)

Julian Eisel noreply at git.blender.org
Wed Aug 26 18:11:53 CEST 2015


Commit: 956e488a70ae5a4e255ca28064433773fa1cf397
Author: Julian Eisel
Date:   Wed Aug 26 18:03:40 2015 +0200
Branches: wiggly-widgets
https://developer.blender.org/rB956e488a70ae5a4e255ca28064433773fa1cf397

Remove redundant fix (view matrix update)

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

M	source/blender/editors/transform/transform_manipulator.c

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

diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c
index fa4e740..a4ea37b 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -1158,9 +1158,6 @@ void WIDGETGROUP_manipulator_create(const struct bContext *C, struct wmWidgetGro
 				float ofs_ax = 11.0f;
 				float ofs[3];
 
-				/* XXX hrmpf, widgets call this twice on every redraw, could use update flag */
-				ED_view3d_update_viewmat(CTX_data_scene(C), v3d, CTX_wm_region(C), NULL, NULL);
-
 				ofs[0] = ofs_ax;
 				ofs[1] = ofs_ax;
 				ofs[2] = 0.0f;




More information about the Bf-blender-cvs mailing list