DriverVariable(bpy_struct)

base class — bpy_struct

class bpy.types.DriverVariable(bpy_struct)

Variable from some source/target for driver relationship

name

Name to use in scripted expressions/functions. (No spaces or dots are allowed. Also, must not start with a symbol or digit)

Type :string, default “”
targets

Sources of input data for evaluating this variable

Type :bpy_prop_collection of DriverTarget, (readonly)
type

Driver variable type

Type :enum in [‘SINGLE_PROP’, ‘TRANSFORMS’, ‘ROTATION_DIFF’, ‘LOC_DIFF’], default ‘SINGLE_PROP’

Inherited Properties

Inherited Functions

References

Previous topic

DriverTarget(bpy_struct)

Next topic

DupliObject(bpy_struct)