--- source/blender/python/api2_2x/doc/Image.py 27 Mar 2006 08:34:06 -0000 1.15
+++ source/blender/python/api2_2x/doc/Image.py 6 May 2006 04:59:00 -0000
@@ -320,9 +320,9 @@
def unpack(mode):
"""
Unpacks the image to the images filename.
- @param mode: if 0, the existing file located at filename will be used. 1, The file will be overwritten if its different. 2, always overwrite the existing image file.
+ @param mode: One of the values in Blender.UnpackModes dict.
@note: An error will be raised if the image is not packed or the filename path does not exist.