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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-30 00:43:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-30 00:53:36 +0300
commit2a8f6946fe3a07c00bf09e2b8354714d45e7dec7 (patch)
tree88b2d44d0440e415894d2d4bff5012d24b178603 /doc
parent6af997710bf8bf48381bebe73d01d8c521a014ac (diff)
Docs: update quickstart for 2.8
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_quickstart.rst10
1 files changed, 5 insertions, 5 deletions
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**.