=Epydoc Fix=
epydoc changes for last commit weren't entirely clear. Reworked a paragraph to be a bit clearer.
This commit is contained in:
@@ -113,9 +113,12 @@ class KeyBlock:
|
|||||||
|
|
||||||
|
|
||||||
A word on relative shape keys; relative shape keys are not actually
|
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,
|
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
|
each shape key stores an entire model (actually the state of the mesh
|
||||||
shape key with its base key, which is always the very first shapekey
|
vertices after exiting editmode with any given key active).
|
||||||
in the keyblock list.
|
|
||||||
|
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.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user