[Bf-blender-cvs] [133bdac306a] master: PyAPI Docs: Clarify quick start guide tips

Aaron Carlisle noreply at git.blender.org
Thu Jan 7 00:46:26 CET 2021


Commit: 133bdac306ae000f0409a2c593c53090f7137fd5
Author: Aaron Carlisle
Date:   Wed Jan 6 18:44:40 2021 -0500
Branches: master
https://developer.blender.org/rB133bdac306ae000f0409a2c593c53090f7137fd5

PyAPI Docs: Clarify quick start guide tips

Some of the text here was outdated with 2.8x.
See T84427

===================================================================

M	doc/python_api/rst/info_quickstart.rst

===================================================================

diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index 34d6ff7fbce..2b5bb451e62 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -35,12 +35,13 @@ but not to fully cover each topic.
 
 A quick list of helpful things to know before starting:
 
-- Blender uses Python 3.x; some online documentation still assumes version 2.x.
-- The interactive console is great for testing one-liners.
-  It also has autocompletion so you can inspect the API quickly.
-- Button tooltips show Python attributes and operator names.
-- The context menu of buttons directly links to this API documentation.
-- More operator examples can be found in the text editor's template menu.
+- Enable :ref:`Developer Extra <blender_manual:prefs-interface-dev-extras`
+  and :ref:`Python Tooltips <blender_manual:prefs-interface-tooltips-python>`.
+- The :ref:`Python Console <blender_manual:bpy.types.SpaceConsole>`
+  is great for testing one-liners; it has autocompletion so you can inspect the API quickly.
+- Button tooltips show Python attributes and operator names (when enabled see above).
+- The context menu of buttons directly links to this API documentation (when enabled see above).
+- Many python examples can be found in the text editor's template menu.
 - To examine further scripts distributed with Blender, see:
 
   - ``scripts/startup/bl_ui`` for the user interface.



More information about the Bf-blender-cvs mailing list