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

Class Key


The Key Object

Shape keys datablock containing different shapes of geometric datablocks.

References

Instance Methods [hide private]
 
animation_data_clear()
Clear animation on this this ID. (Inherited from bpy.types.ID)
AnimData
animation_data_create()
Create animation data to this ID, note that not all ID types support this. (Inherited from bpy.types.ID)
ID
copy()
Create a copy of this datablock (not supported for all datablocks). (Inherited from bpy.types.ID)
Instance Variables [hide private]
AnimData (readonly) animation_data
Animation data for this datablock.
boolean fake_user
Saves this datablock even if it has no users (Inherited from bpy.types.ID)
Collection of ShapeKey (readonly) keys
Shape keys.
Library (readonly) library
Library file the datablock is linked from. (Inherited from bpy.types.ID)
string name
Unique datablock ID name. (Inherited from bpy.types.ID)
ShapeKey (readonly) reference_key
Reference Key
boolean relative
Makes shape keys relative.
int in [-500, 500] slurph
Creates a delay in amount of frames in applying keypositions, first vertex goes first.
boolean tag
Tools can use this to tag data, (initial state is undefined). (Inherited from bpy.types.ID)
ID (readonly) user
Datablock using these shape keys.
int (readonly) in [0, 32767] users
Number of times this datablock is referenced. (Inherited from bpy.types.ID)