|
Blender V4.3
|
#include <DNA_space_types.h>
Public Attributes | |
| SpaceLink * | next |
| SpaceLink * | prev |
| ListBase | regionbase |
| char | spacetype |
| char | link_flag |
| char | _pad0 [6] |
| View2D v2d | DNA_DEPRECATED |
| struct bDopeSheet * | ads |
| short | mode |
| short autosnap | DNA_DEPRECATED |
| int | flag |
| float | cursorTime |
| float | cursorVal |
| int | around |
| char | _pad [4] |
| SpaceGraph_Runtime | runtime |
'Graph' Editor (formerly known as the IPO Editor).
Definition at line 469 of file DNA_space_types.h.
| char SpaceGraph::_pad[4] |
Definition at line 498 of file DNA_space_types.h.
| char SpaceGraph::_pad0[6] |
Definition at line 475 of file DNA_space_types.h.
| struct bDopeSheet* SpaceGraph::ads |
Settings for filtering animation data
Definition at line 483 of file DNA_space_types.h.
Referenced by count_fcurves_hidden_by_filter(), graph_create(), graph_duplicate(), graph_foreach_id(), graph_free(), graph_id_remap(), graph_init(), graph_space_blend_read_data(), graph_space_blend_write(), graphedit_get_context(), and wm_context_member_from_ptr().
| int SpaceGraph::around |
Pivot point for transforms.
Definition at line 497 of file DNA_space_types.h.
Referenced by t_around_get().
| float SpaceGraph::cursorTime |
Time value for cursor (when in drivers mode; animation uses current frame).
Definition at line 493 of file DNA_space_types.h.
Referenced by calculateCenterCursorGraph2D(), graph_main_region_draw(), graphkeys_framejump_exec(), graphview_cursor_apply(), insert_graph_keys(), mirror_graph_keys(), and snap_graph_keys().
| float SpaceGraph::cursorVal |
Cursor value (y-value, x-value is current frame).
Definition at line 495 of file DNA_space_types.h.
Referenced by calculateCenterCursorGraph2D(), graph_main_region_draw(), graphkeys_framejump_exec(), graphkeys_snap_cursor_value_exec(), graphview_cursor_apply(), insert_graph_keys(), mirror_graph_keys(), paste_get_y_offset(), and snap_graph_keys().
| View2D v2d SpaceGraph::DNA_DEPRECATED |
Deprecated, copied to region.
Definition at line 479 of file DNA_space_types.h.
| short autosnap SpaceGraph::DNA_DEPRECATED |
Definition at line 488 of file DNA_space_types.h.
| int SpaceGraph::flag |
Settings for Graph editor (eGraphEdit_Flag).
Definition at line 490 of file DNA_space_types.h.
Referenced by ANIM_channel_draw(), ANIM_channel_draw_widgets(), ANIM_get_normalization_flags(), blo_do_versions_280(), blo_update_defaults_screen(), createTransGraphEditData(), draw_fcurve(), draw_fcurve_handles(), draw_fcurve_handles_check(), ED_operator_markers_region_active(), fcurve_handle_sel_check(), graph_circle_select_exec(), graph_create(), graph_main_region_draw(), graph_main_region_draw_overlay(), graphkeys_lassoselect_exec(), initialize_box_select_key_editing_data(), recalcData_graphedit(), remake_graph_transdata(), snap_graph_keys(), snap_increment_apply(), and special_aftertrans_update__graph().
| char SpaceGraph::link_flag |
Definition at line 474 of file DNA_space_types.h.
| short SpaceGraph::mode |
Mode for the Graph editor (eGraphEdit_Mode).
Definition at line 486 of file DNA_space_types.h.
Referenced by animchannels_grouping_poll(), calculateCenterCursorGraph2D(), change_frame_poll(), ED_drivers_editor_init(), ED_operator_markers_region_active(), graph_main_region_draw(), graph_main_region_draw_overlay(), graph_panel_cursor(), graph_panel_drivers_poll(), graph_refresh(), graph_space_icon_get(), graph_space_name_get(), graph_space_subtype_get(), graph_space_subtype_set(), graphedit_get_context(), graphkeys_framejump_exec(), graphview_cursor_apply(), insert_graph_keys(), mirror_graph_keys(), screen_animation_region_tag_redraw(), and snap_graph_keys().
| SpaceLink* SpaceGraph::next |
Definition at line 470 of file DNA_space_types.h.
| SpaceLink * SpaceGraph::prev |
Definition at line 470 of file DNA_space_types.h.
| ListBase SpaceGraph::regionbase |
Storage of regions for inactive spaces.
Definition at line 472 of file DNA_space_types.h.
Referenced by graph_create().
| SpaceGraph_Runtime SpaceGraph::runtime |
Definition at line 500 of file DNA_space_types.h.
Referenced by create_ghost_curves(), enable_autolock(), graph_bezt_get_transform_selection(), graph_draw_ghost_curves(), graph_duplicate(), graph_foreach_id(), graph_free(), graph_listener(), graph_refresh(), graph_space_blend_read_data(), graph_space_blend_write(), graphkeys_clear_ghostcurves_exec(), and mouse_graph_keys().
| char SpaceGraph::spacetype |
Definition at line 473 of file DNA_space_types.h.
Referenced by graph_create().