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/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-09-25 23:35:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-09-25 23:35:43 +0400
commit65895ba6bd018281441561255cf430b0ffcaf98e (patch)
tree96c703713ad97d1aa9b7957eb5c4c47ed453b290 /source
parent4437c2709176643d76a073c8ae39fa2ce5e93323 (diff)
corrected image doc mistake - image.makeCurrent()
BPyRender.imageFromObjectsOrtho() returns an image Made all image bake scripts ask before overwriting a file. as well as displaying the newly created image once its rendered.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/doc/Image.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Image.py b/source/blender/python/api2_2x/doc/Image.py
index 96bf31e293f..ba897efdfcf 100644
--- a/source/blender/python/api2_2x/doc/Image.py
+++ b/source/blender/python/api2_2x/doc/Image.py
@@ -327,12 +327,10 @@ class Image:
@rtype: none
@type mode: int
"""
- def SetCurrent (image):
+ def makeCurrent():
"""
Set the currently displayed Image from Blenders UV/Image window.
When multiple images are displayed, the last active UV/Image windows image is used.
- @type image: Blender Image
- @param image: The image to display in the image view.
@rtype: bool
@return: True if the current image could be set, if no window was available, return False.
"""