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 'source/blender/python/api2_2x/doc/Window.py')
-rw-r--r--source/blender/python/api2_2x/doc/Window.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py
index 293a34631bf..11077881bb3 100644
--- a/source/blender/python/api2_2x/doc/Window.py
+++ b/source/blender/python/api2_2x/doc/Window.py
@@ -226,16 +226,16 @@ def SetPivot (pivot):
def GetBgImage():
"""
- Get the Background Image from current 3D-View (or None).
+ Get Background Image from current 3D-View (or None).
@return: Blender Image or None
"""
def SetBgImage(image):
"""
- Set the Image as Background Image of current 3D-View.
- @param image: The new Image.
+ Set the Image as Background Image in current 3D-View and turn it on.
+ @param image: the new Image.
@type image: Blender Image or None.
- @None resets/turn off Background Image.
+ @None removes current Background Image.
"""
def WaitCursor (bool):