ActionConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.ActionConstraint(Constraint)

Map an action to the transform axes of a bone

action

The constraining action

Type :Action
frame_end

Last frame of the Action to use

Type :int in [-300000, 300000], default 0
frame_start

First frame of the Action to use

Type :int in [-300000, 300000], default 0
max

Maximum value for target channel range

Type :float in [-1000, 1000], default 0.0
min

Minimum value for target channel range

Type :float in [-1000, 1000], default 0.0
subtarget
Type :string, default “”
target

Target Object

Type :Object
transform_channel

Transformation channel from the target that is used to key the Action

Type :enum in [‘LOCATION_X’, ‘LOCATION_Y’, ‘LOCATION_Z’, ‘ROTATION_X’, ‘ROTATION_Y’, ‘ROTATION_Z’, ‘SCALE_X’, ‘SCALE_Y’, ‘SCALE_Z’], default ‘ROTATION_X’

Inherited Properties

Inherited Functions

Previous topic

ActionActuator(Actuator)

Next topic

ActionFCurves(bpy_struct)