Commit: 2a8f6946fe3a07c00bf09e2b8354714d45e7dec7 Author: Campbell Barton Date: Fri Nov 30 08:43:41 2018 +1100 Branches: blender2.8 https://developer.blender.org/rB2a8f6946fe3a07c00bf09e2b8354714d45e7dec7
Docs: update quickstart for 2.8 =================================================================== 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 1b6965681b6..31bcabe4381 100644 --- a/doc/python_api/rst/info_quickstart.rst +++ b/doc/python_api/rst/info_quickstart.rst @@ -339,11 +339,11 @@ Notice the extra ``bl_`` variables used to set the context they display in. To run the script: -#. Highlight the above code then press :kbd:`Ctrl-C` to copy it -#. Start Blender -#. Press :kbd:`Ctrl-Right` twice to change to the Scripting layout -#. Click the button labeled ``New`` and the confirmation pop up in order to create a new text block. -#. Press :kbd:`Ctrl-V` to paste the code into the text panel (the upper left frame) +#. Highlight the above code then press :kbd:`Ctrl-C` to copy it. +#. Start Blender. +#. Click on the tab for the *Scripting* workspace. +#. Click the button labeled ``New`` to create a new text block. +#. Press :kbd:`Ctrl-V` to paste the code into the text panel (the upper left frame). #. Click on the button **Run Script**. _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
