From 717786231341f15643bffef54d6a122ab34b7e92 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Fri, 6 Mar 2020 12:49:52 -0500 Subject: [PATCH] API Docs: Point to manual for Operator Cheat Sheet --- doc/python_api/rst/info_quickstart.rst | 4 ++-- 1 file 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 `. 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.