Gizmo: update Python templates

This commit is contained in:
Campbell Barton
2018-07-15 19:49:07 +02:00
parent 57ab7daa2a
commit b29b73a67e
6 changed files with 8 additions and 8 deletions

View File

@@ -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.