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

Class SpaceGraphEditor


The Space Graph Editor Object

Graph Editor space data.

(no references to this struct found)

Instance Variables [hide private]
boolean automerge_keyframes
Show handles of Bezier control points.
enum autosnap
Automatic time snapping settings for transformations.
float in [-inf, inf] cursor_value
Graph Editor 2D-Value cursor - Y-Value component
DopeSheet (readonly) dopesheet
Settings for filtering animation data.
boolean has_ghost_curves
Graph Editor instance has some ghost curves stored.
enum mode
Editing context being displayed.
boolean only_selected_curves_handles
Only keyframes of selected F-Curves are visible and editable.
boolean only_selected_keyframe_handles
Only show and edit handles of selected keyframes.
enum pivot_point
Pivot center for rotation/scaling.
boolean show_cframe_indicator
Show frame number beside the current frame indicator line.
boolean show_cursor
Show 2D cursor.
boolean show_handles
Show handles of Bezier control points.
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...
  • FCURVES
  • DRIVERS
Type:
enum

pivot_point

Pivot center for rotation/scaling. in...
  • BOUNDING_BOX_CENTER
  • CURSOR
  • INDIVIDUAL_CENTERS
Type:
enum