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-09-07 23:54:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-07 23:54:03 +0300
commit570b328fac7c1c4128546d8889f6f0921861e3d8 (patch)
tree044335c9c720f083245988934ba6abc076f0b979 /release/scripts/templates_py
parent9c441dcd73279878545ad4e6313e755078cd1daf (diff)
Cleanup: Update shortcut in comment
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/gizmo_operator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates_py/gizmo_operator.py b/release/scripts/templates_py/gizmo_operator.py
index bdd93785cb3..524dd1dd20e 100644
--- a/release/scripts/templates_py/gizmo_operator.py
+++ b/release/scripts/templates_py/gizmo_operator.py
@@ -1,6 +1,6 @@
# Example of an operator which uses gizmos to control its properties.
#
-# Usage: Run this script, then in mesh edit-mode press Spacebar
+# Usage: Run this script, then in mesh edit-mode press F3
# to activate the operator "Select Side of Plane"
# The gizmos can then be used to adjust the plane in the 3D view.
#