Cleanup: Update shortcut in comment

This commit is contained in:
Campbell Barton
2018-09-08 06:54:03 +10:00
parent 9c441dcd73
commit 570b328fac

View File

@@ -1,6 +1,6 @@
# Example of an operator which uses gizmos to control its properties. # 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" # to activate the operator "Select Side of Plane"
# The gizmos can then be used to adjust the plane in the 3D view. # The gizmos can then be used to adjust the plane in the 3D view.
# #