Python API

----------
Bugfix #8472: texture.image setter did not accept None to remove an image, or
set the image type once an image was assigned.
This commit is contained in:
Ken Hughes
2008-03-06 21:43:22 +00:00
parent 08f306c81c
commit ff63ac4bcd
2 changed files with 11 additions and 4 deletions

View File

@@ -432,7 +432,7 @@ class Texture:
"""
Set the Image of this texture.
@param image: The new Image.
@type image: Blender Image
@type image: Blender Image or None.
@warning: This sets the texture's type to 'Image' if it is not already.
"""