SpaceNLA(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceNLA(Space)

NLA editor space data

auto_snap

Automatic time snapping settings for transformations

  • NONE No Auto-Snap.
  • STEP Time Step, Snap to 1.0 frame/second intervals.
  • FRAME Nearest Frame, Snap to actual frames/seconds (nla-action time).
  • MARKER Nearest Marker, Snap to nearest marker.
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
show_strip_curves

Show influence F-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
draw_handler_add()

Undocumented

draw_handler_remove()

Undocumented

Inherited Properties

Inherited Functions

Previous topic

SpaceLogicEditor(Space)

Next topic

SpaceNodeEditor(Space)