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:
authorCampbell Barton <ideasman42@gmail.com>2018-07-03 15:20:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-03 15:20:05 +0300
commita2ce6af2f5a870a131e521abe5f67a2f4b59e341 (patch)
tree5f941c97efcbb818ac80d835839e6aac69f5aaa2 /source/blender/editors/transform
parent952ae7010954d252b080faa10ae1f4286e54468f (diff)
Correct tool rename
Needed to update manipulator too.
Diffstat (limited to 'source/blender/editors/transform')
-rw-r--r--source/blender/editors/transform/transform_manipulator_3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_manipulator_3d.c b/source/blender/editors/transform/transform_manipulator_3d.c
index 8f547fb7451..94bd1c92130 100644
--- a/source/blender/editors/transform/transform_manipulator_3d.c
+++ b/source/blender/editors/transform/transform_manipulator_3d.c
@@ -1420,7 +1420,7 @@ static void WIDGETGROUP_manipulator_setup(const bContext *C, wmManipulatorGroup
man->twtype = SCE_MANIP_TRANSLATE | SCE_MANIP_ROTATE | SCE_MANIP_SCALE;
man->use_twtype_refresh = true;
}
- else if (STREQ(tref->idname, "Move")) {
+ else if (STREQ(tref->idname, "Grab")) {
man->twtype |= SCE_MANIP_TRANSLATE;
}
else if (STREQ(tref->idname, "Rotate")) {