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

Class KeyingSetPath

The Keying Set Path Object

Path to a setting for use in a Keying Set.

References

Instance Variables [hide private]
int in [-inf, inf] array_index
Index to the specific setting if applicable.
boolean entire_array
When an 'array/vector' type is chosen (Location, Rotation, Color, etc.), entire array is to be used.
string group
Name of Action Group to assign setting(s) for this path to.
enum grouping
Method used to define which Group-name to use.
ID id
ID-Block that keyframes for Keying Set should be added to (for Absolute Keying Sets only).
enum id_type
Type of ID-block that can be used.
string rna_path
RNA Path to property setting.
Instance Variable Details [hide private]

group

Name of Action Group to assign setting(s) for this path to. (maximum length of 64)
Type:
string

grouping

Method used to define which Group-name to use. in...
  • NAMED
  • NONE
  • KEYINGSET
  • TEMPLATE
Type:
enum

id_type

Type of ID-block that can be used. in...
  • ACTION
  • ARMATURE
  • BRUSH
  • CAMERA
  • CURVE
  • FONT
  • GREASEPENCIL
  • GROUP
  • IMAGE
  • KEY
  • LAMP
  • LIBRARY
  • LATTICE
  • MATERIAL
  • META
  • MESH
  • NODETREE
  • OBJECT
  • PARTICLE
  • SCENE
  • SCREEN
  • SOUND
  • TEXT
  • TEXTURE
  • WORLD
  • WINDOWMANAGER
Type:
enum

rna_path

RNA Path to property setting. (maximum length of 0)
Type:
string