SpaceNLA(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceNLA(Space)

NLA editor space data

auto_snap

Automatic time snapping settings for transformations

Type :enum in [‘NONE’, ‘STEP’, ‘FRAME’, ‘MARKER’], default ‘NONE’
dopesheet

Settings for filtering animation data

Type :DopeSheet, (readonly)
show_frame_indicator

Show frame number beside the current frame indicator line

Type :boolean, default False
show_seconds

Show timing in seconds not frames

Type :boolean, default False, (readonly)
show_strip_curves

Show influence curves on strips

Type :boolean, default False
use_realtime_update

When transforming strips, changes to the animation data are flushed to other views

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceLogicEditor(Space)

Next topic

SpaceNodeEditor(Space)