Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------release/scripts/addons0
m---------release/scripts/addons_contrib0
-rw-r--r--source/blender/editors/transform/transform_manipulator.c2
3 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/addons b/release/scripts/addons
-Subproject 8f2fd7e23f0b5ce023440182f51c40e88d66332
+Subproject 8d3301f66c77e7b5a1f310a311d2055dbd473e0
diff --git a/release/scripts/addons_contrib b/release/scripts/addons_contrib
-Subproject 34a27a42d781d80f9f1833bad8cc5b2abcac293
+Subproject 8cd4e766fa881f98ad1261bcc3506524460261b
diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c
index 46d3d9dd894..fc62ff7ce31 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -1327,7 +1327,7 @@ static void WIDGETGROUP_manipulator_setup(const bContext *C, wmManipulatorGroup
case MAN_AXIS_SCALE_YZ:
case MAN_AXIS_SCALE_ZX:
{
- const float ofs_ax = 11.0f;
+ const float ofs_ax = 7.0f;
const float ofs[3] = {ofs_ax, ofs_ax, 0.0f};
WM_manipulator_set_scale(axis, 0.07f);
WM_manipulator_set_matrix_offset_location(axis, ofs);