ChannelDriverVariables(bpy_struct)

base class — bpy_struct

class bpy.types.ChannelDriverVariables(bpy_struct)

Collection of channel driver Variables

new()

Add a new variable for the driver

Returns:Newly created Driver Variable
Return type:DriverVariable
remove(variable)

Remove an existing variable from the driver

Parameters:variable (DriverVariable, (never None)) – Variable to remove from the driver

Inherited Properties

Inherited Functions

References

Previous topic

CastModifier(Modifier)

Next topic

ChildOfConstraint(Constraint)