From 5e66971dd35973d5099974a000beb15fe0905d05 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Tue, 28 Apr 2009 18:53:15 +0000 Subject: [PATCH] add note to Image.save method that all new buffers are saved as Targa --- source/blender/python/api2_2x/doc/Image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/python/api2_2x/doc/Image.py b/source/blender/python/api2_2x/doc/Image.py index e376b11c4fa..12231ee8bcc 100644 --- a/source/blender/python/api2_2x/doc/Image.py +++ b/source/blender/python/api2_2x/doc/Image.py @@ -373,6 +373,7 @@ class Image: def save(): """ Saves the current image to L{filename} + @note: New images created in Blender will always save as Targa regardless of filename. @note: Saving to a directory that doent exist will raise an error. @note: Saving a packed image will make a unique (numbered) name if the file alredy exists. Remove the file first to be sure it will not be renamed. @returns: None