SpaceDopeSheetEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceDopeSheetEditor(Space)

Dope Sheet 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 Frame Step, Snap to 1.0 frame intervals.
  • TIME_STEP Second Step, Snap to 1.0 second intervals.
  • FRAME Nearest Frame, Snap to actual frames (nla-action time).
  • SECOND Nearest Second, Snap to actual seconds (nla-action time).
  • MARKER Nearest Marker, Snap to nearest marker.
Type:enum in [‘NONE’, ‘STEP’, ‘TIME_STEP’, ‘FRAME’, ‘SECOND’, ‘MARKER’], default ‘NONE’
dopesheet

Settings for filtering animation data

Type:DopeSheet, (readonly)
mode

Editing context being displayed

  • DOPESHEET Dope Sheet, Edit all keyframes in scene.
  • ACTION Action Editor, Edit keyframes in active object’s Object-level action.
  • SHAPEKEY Shape Key Editor, Edit keyframes in active object’s Shape Keys action.
  • GPENCIL Grease Pencil, Edit timings for all Grease Pencil sketches in file.
  • MASK Mask, Edit timings for Mask Editor splines.
Type:enum in [‘DOPESHEET’, ‘ACTION’, ‘SHAPEKEY’, ‘GPENCIL’, ‘MASK’], default ‘ACTION’
show_frame_indicator

Show frame number beside the current frame indicator line

Type:boolean, default False
show_group_colors

Draw groups and channels with colors matching their corresponding groups (pose bones only currently)

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
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
draw_handler_add()

Undocumented

draw_handler_remove()

Undocumented

Inherited Properties

Inherited Functions