SpaceDopeSheetEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceDopeSheetEditor(Space)

DopeSheet space data

action

Action displayed and edited in this space

Type :Action
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)
mode

Editing context being displayed

  • DOPESHEET DopeSheet, DopeSheet Editor.
  • ACTION Action Editor, Action Editor.
  • SHAPEKEY ShapeKey Editor, ShapeKey Editor.
  • GPENCIL Grease Pencil, Grease Pencil.
Type :enum in [‘DOPESHEET’, ‘ACTION’, ‘SHAPEKEY’, ‘GPENCIL’], default ‘ACTION’
show_frame_indicator

Show frame number beside the current frame indicator line

Type :boolean, default False
show_pose_markers

Show markers belonging to the active action instead of Scene markers (Action and Shape Key Editors only)

Type :boolean, default False
show_seconds

Show timing in seconds not frames

Type :boolean, default False, (readonly)
show_sliders

Show sliders beside F-Curve channels

Type :boolean, default False
use_auto_merge_keyframes

Automatically merge nearby keyframes

Type :boolean, default False
use_marker_sync

Sync Markers with keyframe edits

Type :boolean, default False
use_realtime_update

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

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceConsole(Space)

Next topic

SpaceFileBrowser(Space)