Docs: update quickstart for 2.8

This commit is contained in:
Campbell Barton 2018-11-30 08:43:41 +11:00
parent 6af997710b
commit 2a8f6946fe
1 changed files with 5 additions and 5 deletions

View File

@ -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**.