[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19963] trunk/blender/source/blender/ python/api2_2x/doc/Image.py: add note to Image. save method that all new buffers are saved as Targa

Martin Poirier theeth at yahoo.com
Tue Apr 28 20:53:15 CEST 2009


Revision: 19963
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19963
Author:   theeth
Date:     2009-04-28 20:53:15 +0200 (Tue, 28 Apr 2009)

Log Message:
-----------
add note to Image.save method that all new buffers are saved as Targa

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/Image.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/Image.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Image.py	2009-04-28 17:55:48 UTC (rev 19962)
+++ trunk/blender/source/blender/python/api2_2x/doc/Image.py	2009-04-28 18:53:15 UTC (rev 19963)
@@ -373,6 +373,7 @@
 	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





More information about the Bf-blender-cvs mailing list