Manipulators: tweak plane distance in move manipulator

This commit is contained in:
Inês Almeida 2018-04-22 23:45:06 +02:00
parent ad0753218f
commit 93adbf8195
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8f2fd7e23f0b5ce023440182f51c40e88d663325
Subproject commit 8d3301f66c77e7b5a1f310a311d2055dbd473e09

@ -1 +1 @@
Subproject commit 34a27a42d781d80f9f1833bad8cc5b2abcac2933
Subproject commit 8cd4e766fa881f98ad1261bcc3506524460261b8

View File

@ -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);