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-14 23:29:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-14 23:29:35 +0300
commitfc7c934cfc00bd58f5cb6114bc9ca1e2e07564e1 (patch)
treed6a07099a02f990726a684d80d72abffd61300d7 /source/blender/makesrna/intern/rna_scene.c
parent5a716701e8c769a9d24c5c0ff5056bf9f5dc3917 (diff)
UI: rename manipulator to gizmo
This is a common, short, distinctive term often used for this purpose. Changes to internal API's still needed.
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 0c734a8e7c7..690c6d8e4c1 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2694,7 +2694,7 @@ static void rna_def_tool_settings(BlenderRNA *brna)
RNA_def_property_enum_sdna(prop, NULL, "manipulator_flag");
RNA_def_property_enum_items(prop, rna_enum_manipulator_items);
RNA_def_property_flag(prop, PROP_ENUM_FLAG);
- RNA_def_property_ui_text(prop, "Manipulator", "");
+ RNA_def_property_ui_text(prop, "Gizmo Mode", "");
RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, "rna_ToolSettings_manipulator_flag_update");
/* Grease Pencil */