|
77.
|
|
|
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)
|
|
|
:src: bpy.types.ActionActuator.priority
|
|
|
|
(no translation yet)
|
|
|
|
85.
|
|
|
Action is added to the current loc/rot/scale in global or local coordinate according to Local flag
|
|
|
:src: bpy.types.ActionActuator.use_additive
|
|
|
|
(no translation yet)
|
|
|
|
89.
|
|
|
Let the Action act in local coordinates, used in Force and Add mode
|
|
|
:src: bpy.types.ActionActuator.use_local
|
|
|
|
(no translation yet)
|
|
|
|
109.
|
|
|
Set this object as the secondary target of the constraint (only IK polar target at the moment)
|
|
|
:src: bpy.types.ArmatureActuator.secondary_target
|
|
|
|
(no translation yet)
|
|
|
|
123.
|
|
|
Axis the Camera will try to get behind
|
|
|
:src: bpy.types.CameraActuator.axis
|
|
|
|
(no translation yet)
|
|
|
|
129.
|
|
|
Camera tries to get behind the -X axis
|
|
|
:src: bpy.types.CameraActuator.axis:'NEG_X'
|
|
|
|
(no translation yet)
|
|
|
|
131.
|
|
|
Camera tries to get behind the -Y axis
|
|
|
:src: bpy.types.CameraActuator.axis:'NEG_Y'
|
|
|
|
(no translation yet)
|
|
|
|
154.
|
|
|
Damping factor: time constant (in frame) of low pass filter
|
|
|
:src: bpy.types.ConstraintActuator.damping
|
|
|
|
(no translation yet)
|
|
|
|
163.
|
|
|
Maximum activation time in frame, 0 for unlimited
|
|
|
:src: bpy.types.ConstraintActuator.time
|
|
|
|
(no translation yet)
|
|
|
|
168.
|
|
|
Minimum angle to maintain with target direction (no correction is done if angle with target direction is between min and max)
|
|
|
:src: bpy.types.ConstraintActuator.angle_min
|
|
|
|
(no translation yet)
|
|
|