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-15 20:49:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-15 20:51:11 +0300
commitb29b73a67eca3e5ac71c4b7c89f25bf3fb694cc3 (patch)
treea095a1b1b24237220f4d9a278061b3315df07b9e /release/scripts/startup/bl_ui/space_toolsystem_common.py
parent57ab7daa2aee436b0b0acfa00b2e2b1d28b55b2c (diff)
Gizmo: update Python templates
Diffstat (limited to 'release/scripts/startup/bl_ui/space_toolsystem_common.py')
-rw-r--r--release/scripts/startup/bl_ui/space_toolsystem_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_toolsystem_common.py b/release/scripts/startup/bl_ui/space_toolsystem_common.py
index 4c954874f0d..4f6e42d4a98 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_common.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_common.py
@@ -74,7 +74,7 @@ ToolDef = namedtuple(
"icon",
# An optional cursor to use when this tool is active.
"cursor",
- # An optional manipulator group to activate when the tool is set or None for no widget.
+ # An optional gizmo group to activate when the tool is set or None for no gizmo.
"widget",
# Optional keymap for tool, either:
# - A function that populates a keymaps passed in as an argument.