[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11967] trunk/blender/source/blender/ python/api2_2x/doc/Key.py: =Epydoc Fix=

Joseph Eagar joeedh at gmail.com
Sat Sep 8 02:57:34 CEST 2007


Revision: 11967
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11967
Author:   joeedh
Date:     2007-09-08 02:57:34 +0200 (Sat, 08 Sep 2007)

Log Message:
-----------
=Epydoc Fix=

epydoc changes for last commit weren't entirely clear.  Reworked a paragraph
to be a bit clearer.

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

Modified: trunk/blender/source/blender/python/api2_2x/doc/Key.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Key.py	2007-09-08 00:54:42 UTC (rev 11966)
+++ trunk/blender/source/blender/python/api2_2x/doc/Key.py	2007-09-08 00:57:34 UTC (rev 11967)
@@ -113,9 +113,12 @@
 			 
 		
 		A word on relative shape keys; relative shape keys are not actually
-		stored as offsets to the base shape key (like you'd expect).  Instead, 
-		the additive relative offset is calculated on the fly by comparing a 
-		shape key with its base key, which is always the very first shapekey 
-		in the keyblock list.
+		stored as offsets to the base shape key (like you'd expect).  Instead,
+		each shape key stores an entire model (actually the state of the mesh 
+		vertices after exiting editmode with any given key active).
+		 
+		The additive offset for a shape key is calculated (when needed) by 
+		comparing the shape key with its base key, which is always the very 
+		first in the keyblock list.
 		"""
 





More information about the Bf-blender-cvs mailing list