getData()
Get the data of a KeyBlock, as a list of data items. Each item will
have a different data type depending on the type of this Key.
-
Mesh keys have a list of
NMVert objects in the data block.
-
Lattice keys have a list of BPoints in the data block. These
don't have corresponding Python objects yet, so each BPoint is
represented using a list of three floating-point numbers (the
coordinate for each lattice vertex).
-
Curve keys return either a list of
BezTriple objects in the data if the
curve is a Bezier curve, otherwise it returns lists of three floats
for each NURB or poly coordinate.
-
|