From 570b328fac7c1c4128546d8889f6f0921861e3d8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 8 Sep 2018 06:54:03 +1000 Subject: [PATCH] Cleanup: Update shortcut in comment --- release/scripts/templates_py/gizmo_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #