|
Blender V5.0
|
#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 245 of file DNA_space_types.h.
| char SpaceGraph::_pad[4] |
Definition at line 274 of file DNA_space_types.h.
| char SpaceGraph::_pad0[6] |
Definition at line 251 of file DNA_space_types.h.
| struct bDopeSheet* SpaceGraph::ads |
Settings for filtering animation data
Definition at line 259 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 273 of file DNA_space_types.h.
Referenced by blender::ed::transform::t_around_get().
| float SpaceGraph::cursorTime |
Time value for cursor (when in drivers mode; animation uses current frame).
Definition at line 269 of file DNA_space_types.h.
Referenced by blender::ed::transform::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 271 of file DNA_space_types.h.
Referenced by blender::ed::transform::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().
| short autosnap SpaceGraph::DNA_DEPRECATED |
Definition at line 264 of file DNA_space_types.h.
| View2D v2d SpaceGraph::DNA_DEPRECATED |
Deprecated, copied to region.
Definition at line 255 of file DNA_space_types.h.
| int SpaceGraph::flag |
Settings for Graph editor (eGraphEdit_Flag).
Definition at line 266 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(), blender::ed::transform::createTransGraphEditData(), draw_fcurve(), draw_fcurve_handles(), draw_fcurve_handles_check(), ed_marker_move_use_time(), ED_markers_region_visible(), fcurve_handle_sel_check(), graph_create(), graph_main_region_draw(), graph_main_region_draw_overlay(), initialize_box_select_key_editing_data(), operator_markers_region_active(), blender::ed::transform::recalcData_graphedit(), blender::ed::transform::remake_graph_transdata(), snap_graph_keys(), and blender::ed::transform::special_aftertrans_update__graph().
| char SpaceGraph::link_flag |
Definition at line 250 of file DNA_space_types.h.
| short SpaceGraph::mode |
Mode for the Graph editor (eGraphEdit_Mode).
Definition at line 262 of file DNA_space_types.h.
Referenced by action_region_poll_hide_in_driver_mode(), animchannels_grouping_poll(), blender::ed::transform::calculateCenterCursorGraph2D(), change_frame_poll(), ED_drivers_editor_init(), ED_markers_region_visible(), 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(), operator_markers_region_active(), screen_animation_region_tag_redraw(), snap_graph_keys(), blender::ed::transform::snap_mode_from_spacetype(), blender::ed::transform::transform_snap_flag_from_spacetype_ptr(), and use_playhead_snapping().
| SpaceLink* SpaceGraph::next |
Definition at line 246 of file DNA_space_types.h.
| SpaceLink * SpaceGraph::prev |
Definition at line 246 of file DNA_space_types.h.
| ListBase SpaceGraph::regionbase |
Storage of regions for inactive spaces.
Definition at line 248 of file DNA_space_types.h.
Referenced by graph_create().
| SpaceGraph_Runtime SpaceGraph::runtime |
Definition at line 276 of file DNA_space_types.h.
Referenced by create_ghost_curves(), blender::ed::transform::enable_autolock(), blender::ed::transform::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 249 of file DNA_space_types.h.
Referenced by graph_create().