ActionActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.ActionActuator(Actuator)

Actuator to control the object movement

action
Type :Action
frame_blend_in

Number of frames of motion blending

Type :int in [0, 32767], default 0
frame_end
Type :float in [-inf, inf], default 0.0
frame_property

Assign the action’s current frame number to this property

Type :string, default “”
frame_start
Type :float in [-inf, inf], default 0.0
play_mode

Action playback type

Type :enum in [‘PLAY’, ‘PINGPONG’, ‘FLIPPER’, ‘LOOPSTOP’, ‘LOOPEND’, ‘PROPERTY’], default ‘PLAY’
priority

Execution priority - lower numbers will override actions with higher numbers. With 2 or more actions at once, the overriding channels must be lower in the stack

Type :int in [0, 100], default 0
property

Use this property to define the Action position

Type :string, default “”
use_continue_last_frame

Restore last frame when switching on/off, otherwise play from the start each time

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

Action(ID)

Next topic

ActionConstraint(Constraint)