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

Class KeyingSet

The Keying Set Object

Settings that should be keyframed together.

References

Instance Methods [hide private]
 
add_destination(target_id, rna_path, array_index, entire_array, grouping_method, group_name)
Add a new destination for the Keying Set.
Instance Variables [hide private]
boolean absolute
Keying Set defines specific paths/settings to be keyframed (i.e.
KeyingSetPath active_path
Active Keying Set used to insert/delete keyframes.
int in [-inf, inf] active_path_index
Current Keying Set index.
boolean (readonly) builtin
Keying Set is a built-in to Blender.
boolean insertkey_needed
Only insert keyframes where they're needed in the relevant F-Curves.
boolean insertkey_visual
Insert keyframes based on 'visual transforms'.
string name
Name (maximum length of 64)
Collection of KeyingSetPath (readonly) paths
Keying Set Paths to define settings that get keyframed together.
Method Details [hide private]

add_destination(target_id, rna_path, array_index, entire_array, grouping_method, group_name)

 

Add a new destination for the Keying Set.

Parameters:
  • rna_path (string)
  • entire_array (boolean)
  • target_id (ID)
  • group_name (string)
  • array_index (int)
  • grouping_method (enum)

Instance Variable Details [hide private]

absolute

Keying Set defines specific paths/settings to be keyframed (i.e. is not reliant on context info)
Type:
boolean