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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-01-07 23:58:18 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-01-07 23:58:47 +0300
commit5530d6f86fb802c2fa514f7ccc2219af419d2702 (patch)
tree7c43ff14a695e8ddd7e605531fd64186d386644f /doc
parent95c63babbb0d1423e3a8f5d7ca5328c3cd6f8173 (diff)
PyAPI Docs: Terminal instructions for Windows incorrect
Fixes T84498
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_tips_and_tricks.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/python_api/rst/info_tips_and_tricks.rst b/doc/python_api/rst/info_tips_and_tricks.rst
index 0b5e1910902..d16dcc077df 100644
--- a/doc/python_api/rst/info_tips_and_tricks.rst
+++ b/doc/python_api/rst/info_tips_and_tricks.rst
@@ -24,10 +24,9 @@ The three main use cases for the terminal are:
- If the script runs for too long or you accidentally enter an infinite loop,
:kbd:`Ctrl-C` in the terminal (:kbd:`Ctrl-Break` on Windows) will quit the script early.
-.. note::
+.. seealso::
- For Linux and macOS users this means starting the terminal first, then running Blender from within it.
- On Windows the terminal can be enabled from the Help menu.
+ :ref:`blender_manual:command_line-launch-index`.
Interface Tricks