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;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to