SpaceGraphEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceGraphEditor(Space)

Graph Editor space data

auto_snap

Automatic time snapping settings for transformations

Type :enum in [‘NONE’, ‘STEP’, ‘FRAME’, ‘MARKER’], default ‘NONE’
cursor_position_y

Graph Editor 2D-Value cursor - Y-Value component

Type :float in [-inf, inf], default 0.0
dopesheet

Settings for filtering animation data

Type :DopeSheet, (readonly)
has_ghost_curves

Graph Editor instance has some ghost curves stored

Type :boolean, default False
mode

Editing context being displayed

Type :enum in [‘FCURVES’, ‘DRIVERS’], default ‘FCURVES’
pivot_point

Pivot center for rotation/scaling

Type :enum in [‘BOUNDING_BOX_CENTER’, ‘CURSOR’, ‘INDIVIDUAL_ORIGINS’], default ‘BOUNDING_BOX_CENTER’
show_cursor

Show 2D cursor

Type :boolean, default False
show_frame_indicator

Show frame number beside the current frame indicator line

Type :boolean, default False
show_handles

Show handles of Bezier control points

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_fancy_drawing

Draw F-Curves using Anti-Aliasing and other fancy effects. Disable for better performance

Type :boolean, default False
use_only_selected_curves_handles

Only keyframes of selected F-Curves are visible and editable

Type :boolean, default False
use_only_selected_keyframe_handles

Only show and edit handles of selected keyframes

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

SpaceFileBrowser(Space)

Next topic

SpaceImageEditor(Space)