NlaStrip(bpy_struct)

base class — bpy_struct

class bpy.types.NlaStrip(bpy_struct)

A container referencing an existing Action

action

Action referenced by this strip

Type :Action
action_frame_end
Type :float in [-inf, inf], default 0.0
action_frame_start
Type :float in [-inf, inf], default 0.0
active

NLA Strip is active

Type :boolean, default False, (readonly)
blend_in

Number of frames at start of strip to fade in influence

Type :float in [-inf, inf], default 0.0
blend_out
Type :float in [-inf, inf], default 0.0
blend_type

Method used for combining strip’s result with accumulated result

Type :enum in [‘REPLACE’, ‘ADD’, ‘SUBTRACT’, ‘MULITPLY’], default ‘REPLACE’
extrapolation

Action to take for gaps past the strip extents

Type :enum in [‘NOTHING’, ‘HOLD’, ‘HOLD_FORWARD’], default ‘HOLD’
fcurves

F-Curves for controlling the strip’s influence and timing

Type :bpy_prop_collection of FCurve, (readonly)
frame_end
Type :float in [-inf, inf], default 0.0
frame_start
Type :float in [-inf, inf], default 0.0
influence

Amount the strip contributes to the current result

Type :float in [0, 1], default 0.0
modifiers

Modifiers affecting all the F-Curves in the referenced Action

Type :bpy_prop_collection of FModifier, (readonly)
mute

NLA Strip is not evaluated

Type :boolean, default False
name
Type :string, default “”
repeat

Number of times to repeat the action range

Type :float in [0.1, 1000], default 0.0
scale

Scaling factor for action

Type :float in [0.0001, 1000], default 0.0
select

NLA Strip is selected

Type :boolean, default False
strip_time

Frame of referenced Action to evaluate

Type :float in [-inf, inf], default 0.0
strips

NLA Strips that this strip acts as a container for (if it is of type Meta)

Type :bpy_prop_collection of NlaStrip, (readonly)
type

Type of NLA Strip

Type :enum in [‘CLIP’, ‘TRANSITION’, ‘META’], default ‘CLIP’, (readonly)
use_animated_influence

Influence setting is controlled by an F-Curve rather than automatically determined

Type :boolean, default False
use_animated_time

Strip time is controlled by an F-Curve rather than automatically determined

Type :boolean, default False
use_animated_time_cyclic

Cycle the animated time within the action start & end

Type :boolean, default False
use_auto_blend

Number of frames for Blending In/Out is automatically determined from overlapping strips

Type :boolean, default False
use_reverse

NLA Strip is played back in reverse order (only when timing is automatically determined)

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

NearSensor(Sensor)

Next topic

NlaStrips(bpy_struct)