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

Class DriverTarget

The Driver Target Object

Variable from some source/target for driver relationship.

References

Instance Variables [hide private]
int in [-inf, inf] array_index
Index to the specific property used (if applicable)
ID id
ID-block that the specific property used can be found from (id_type property must be set first)
enum id_type
Type of ID-block that can be used.
string name
Name to use in scripted expressions/functions.
string rna_path
RNA Path (from Object) to property used (maximum length of 0)
Instance Variable Details [hide private]

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

name

Name to use in scripted expressions/functions. (No spaces or dots are allowed. Also, must not start with a symbol or digit) (maximum length of 64)
Type:
string