Commit: a2ce6af2f5a870a131e521abe5f67a2f4b59e341
Author: Campbell Barton
Date:   Tue Jul 3 14:20:05 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBa2ce6af2f5a870a131e521abe5f67a2f4b59e341

Correct tool rename

Needed to update manipulator too.

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

M       source/blender/editors/transform/transform_manipulator_3d.c

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

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")) {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to