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
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-03-06 20:49:52 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-03-06 20:50:19 +0300
commit717786231341f15643bffef54d6a122ab34b7e92 (patch)
treef6e4cbcfe88fca37fa93a3c558106fc5bc5629e2 /doc
parent13595c912ccbb6f273bfcc730522bbe03b0f11fd (diff)
API Docs: Point to manual for Operator Cheat Sheet
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index f4de6b955e5..926a0fd9f53 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -255,9 +255,9 @@ Examples:
>>> bpy.ops.object.scale_apply()
{'FINISHED'}
-.. note::
+.. tip::
- The menu item: :menuselection:`Help --> Operator Cheat Sheet`
+ The :ref:`Operator Cheat Sheet <blender_manual:bpy.ops.wm.operator_cheat_sheet>`.
gives a list of all operators and their default values in Python syntax, along with the generated docs.
This is a good way to get an overview of all Blender's operators.