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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/rst/info_tips_and_tricks.rst')
-rw-r--r--doc/python_api/rst/info_tips_and_tricks.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/python_api/rst/info_tips_and_tricks.rst b/doc/python_api/rst/info_tips_and_tricks.rst
index 97bc682894a..b7137fcbdea 100644
--- a/doc/python_api/rst/info_tips_and_tricks.rst
+++ b/doc/python_api/rst/info_tips_and_tricks.rst
@@ -231,7 +231,7 @@ There are 2 ways around this:
you could also copy the entire Python installation into Blenders sub-directory,
replacing the one Blender comes with.
This works as long as the Python versions match and the paths are created in the same relative locations.
- Doing this has the advantage that you can redistribute this bundle to others with Blender and/or the game player,
+ Doing this has the advantage that you can redistribute this bundle to others with Blender
including any extensions you rely on.
@@ -280,11 +280,6 @@ The IPython prompt has auto-complete and some useful features that the standard
Admittedly this highlights the lack of any Python debugging support built into Blender, but its still handy to know.
-.. note::
-
- This works in the game engine as well, it can be handy to inspect the state of a running game.
-
-
Advanced
========