[Bf-blender-cvs] [c03ceb0f616] blender2.8: Gizmo: scale xyz axis to 1.0

Campbell Barton noreply at git.blender.org
Tue Oct 2 11:06:20 CEST 2018


Commit: c03ceb0f61614148cc935aac251bb5b0476caa67
Author: Campbell Barton
Date:   Tue Oct 2 19:05:15 2018 +1000
Branches: blender2.8
https://developer.blender.org/rBc03ceb0f61614148cc935aac251bb5b0476caa67

Gizmo: scale xyz axis to 1.0

The normal and xyz no longer overlap so can be the same size.

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

M	source/blender/editors/mesh/editmesh_extrude_gizmo.c

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

diff --git a/source/blender/editors/mesh/editmesh_extrude_gizmo.c b/source/blender/editors/mesh/editmesh_extrude_gizmo.c
index 63c3d326942..b934a8d27bc 100644
--- a/source/blender/editors/mesh/editmesh_extrude_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_extrude_gizmo.c
@@ -67,7 +67,7 @@ enum {
 static const float extrude_button_scale = 0.15f;
 static const float extrude_button_offset_scale = 1.5f;
 static const float extrude_arrow_scale = 1.0f;
-static const float extrude_arrow_xyz_axis_scale = 0.4f;
+static const float extrude_arrow_xyz_axis_scale = 1.0f;
 static const float extrude_arrow_normal_axis_scale = 1.0f;
 
 static const uchar shape_plus[] = {



More information about the Bf-blender-cvs mailing list