SpaceDopeSheetEditor(Space)¶
base classes — bpy_struct, Space
-
class
bpy.types.SpaceDopeSheetEditor(Space)¶ Dope Sheet space data
-
auto_snap¶ Automatic time snapping settings for transformations
NONENo Auto-Snap.STEPFrame Step, Snap to 1.0 frame intervals.TIME_STEPSecond Step, Snap to 1.0 second intervals.FRAMENearest Frame, Snap to actual frames (nla-action time).SECONDNearest Second, Snap to actual seconds (nla-action time).MARKERNearest Marker, Snap to nearest marker.
Type: enum in [‘NONE’, ‘STEP’, ‘TIME_STEP’, ‘FRAME’, ‘SECOND’, ‘MARKER’], default ‘NONE’
-
mode¶ Editing context being displayed
DOPESHEETDope Sheet, Edit all keyframes in scene.ACTIONAction Editor, Edit keyframes in active object’s Object-level action.SHAPEKEYShape Key Editor, Edit keyframes in active object’s Shape Keys action.GPENCILGrease Pencil, Edit timings for all Grease Pencil sketches in file.MASKMask, 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