Package bpy :: Module types :: Class ShapeKey
[hide private]
[frames] | no frames]

Class ShapeKey

The Shape Key Object

Shape key in a shape keys datablock.

References

Instance Variables [hide private]
Collection of UnknownType (readonly) data
Data
float (readonly) in [-inf, inf] frame
Frame for absolute keys.
enum interpolation
Interpolation type.
boolean mute
Mute this shape key.
string name
Name (maximum length of 32)
ShapeKey relative_key
Shape used as a relative key.
float in [-10, 10] slider_max
Maximum for slider.
float in [-10, 10] slider_min
Minimum for slider.
float in [0, 1] value
Value of shape key at the current frame.
string vertex_group
Vertex weight group, to blend with basis shape.
Instance Variable Details [hide private]

interpolation

Interpolation type. in...
  • KEY_LINEAR
  • KEY_CARDINAL
  • KEY_BSPLINE
Type:
enum

vertex_group

Vertex weight group, to blend with basis shape. (maximum length of 32)
Type:
string