[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13554] trunk/blender/source/blender/ python/api2_2x/doc/Font.py: Python API

Remigiusz Fiedler migius at 4d-vectors.de
Mon Feb 4 01:44:31 CET 2008


Revision: 13554
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13554
Author:   migius
Date:     2008-02-04 01:44:31 +0100 (Mon, 04 Feb 2008)

Log Message:
-----------
Python API
----------
Correct sound into font in documentation to api2_2x/doc/Font.py.

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

Modified: trunk/blender/source/blender/python/api2_2x/doc/Font.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Font.py	2008-02-04 00:14:06 UTC (rev 13553)
+++ trunk/blender/source/blender/python/api2_2x/doc/Font.py	2008-02-04 00:44:31 UTC (rev 13554)
@@ -52,17 +52,17 @@
 
 	def pack():
 		"""
-		Packs the sound into the current blend file.
-		@note: An error will be raised if the sound is already packed or the filename path does not exist.
+		Packs the font into the current blend file.
+		@note: 
 		@returns: nothing
 		@rtype: none
 		"""
 
 	def unpack(mode):
 		"""
-		Unpacks the sound to the samples filename.
+		Unpacks the font.
 		@param mode: One of the values in Blender.UnpackModes dict.
-		@note: An error will be raised if the sound is not packed or the filename path does not exist.
+		@note: An error will be raised if the font is not packed or the filename path does not exist.
 		@returns: nothing
 		@rtype: none
 		@type mode: int





More information about the Bf-blender-cvs mailing list