Package bpy :: Module types :: Class SpaceDopeSheetEditor
[hide private]
[frames] | no frames]

Class SpaceDopeSheetEditor


The Space DopeSheet Editor Object

DopeSheet space data.

(no references to this struct found)

Instance Variables [hide private]
Action action
Action displayed and edited in this space.
boolean automerge_keyframes
Show handles of Bezier control points.
enum autosnap
Automatic time snapping settings for transformations.
DopeSheet (readonly) dopesheet
Settings for filtering animation data.
enum mode
Editing context being displayed.
boolean show_cframe_indicator
Show frame number beside the current frame indicator line.
boolean (readonly) show_seconds
Show timing in seconds not frames.
boolean show_sliders
Show sliders beside F-Curve channels.
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
Instance Variable Details [hide private]

autosnap

Automatic time snapping settings for transformations. in...
  • NONE
  • STEP
  • FRAME
  • MARKER
Type:
enum

mode

Editing context being displayed. in...
  • DOPESHEET
  • ACTION
  • SHAPEKEY
  • GPENCIL
Type:
enum