From d00894c45c4b4dd043206e862a3d220c1e1b512c Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Sat, 8 Sep 2007 00:57:34 +0000 Subject: [PATCH] =Epydoc Fix= epydoc changes for last commit weren't entirely clear. Reworked a paragraph to be a bit clearer. --- source/blender/python/api2_2x/doc/Key.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/blender/python/api2_2x/doc/Key.py b/source/blender/python/api2_2x/doc/Key.py index 98a279e68e7..53f289d2e8b 100644 --- a/source/blender/python/api2_2x/doc/Key.py +++ b/source/blender/python/api2_2x/doc/Key.py @@ -113,9 +113,12 @@ class KeyBlock: 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. """