ShapeKey(bpy_struct)

base class — bpy_struct

class bpy.types.ShapeKey(bpy_struct)

Shape key in a shape keys datablock

data
Type :bpy_prop_collection of UnknownType, (readonly)
frame

Frame for absolute keys

Type :float in [-inf, inf], default 0.0, (readonly)
interpolation

Interpolation type

Type :enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’
mute

Mute this shape key

Type :boolean, default False
name

Name of Shape Key

Type :string, default “”
relative_key

Shape used as a relative key

Type :ShapeKey
slider_max

Maximum for slider

Type :float in [-10, 10], default 1.0
slider_min

Minimum for slider

Type :float in [-10, 10], default 0.0
value

Value of shape key at the current frame

Type :float in [0, 1], default 0.0
vertex_group

Vertex weight group, to blend with basis shape

Type :string, default “”

Inherited Properties

Inherited Functions

References

Previous topic

ShapeActionActuator(Actuator)

Next topic

ShapeKeyBezierPoint(bpy_struct)