Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2007-09-08 04:57:34 +0400
committerJoseph Eagar <joeedh@gmail.com>2007-09-08 04:57:34 +0400
commitd00894c45c4b4dd043206e862a3d220c1e1b512c (patch)
tree006021c10d3674dd495f42d838682f68ffb33b93 /source/blender/python/api2_2x/doc
parent3d58fc36604a0aed7f3d8d4a40d6473c9546c93c (diff)
=Epydoc Fix=
epydoc changes for last commit weren't entirely clear. Reworked a paragraph to be a bit clearer.
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Key.py11
1 files 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.
"""