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:
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user