Blender
V3.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 |
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 437 of file DNA_space_types.h.
char SpaceGraph::_pad[4] |
Definition at line 469 of file DNA_space_types.h.
char SpaceGraph::_pad0[6] |
Definition at line 443 of file DNA_space_types.h.
struct bDopeSheet* SpaceGraph::ads |
Settings for filtering animation data
Definition at line 451 of file DNA_space_types.h.
Referenced by BKE_screen_area_blend_read_lib(), BKE_screen_foreach_id_screen_area(), direct_link_area(), graph_create(), graph_duplicate(), graph_free(), graph_id_remap(), graph_init(), graphedit_get_context(), lib_link_workspace_layout_restore(), wm_context_member_from_ptr(), and write_area().
int SpaceGraph::around |
Pivot point for transforms.
Definition at line 468 of file DNA_space_types.h.
Referenced by t_around_get().
short SpaceGraph::autosnap |
Time-transform auto-snapping settings for Graph editor (eAnimEdit_AutoSnap in DNA_action_types.h).
Definition at line 459 of file DNA_space_types.h.
Referenced by blo_do_versions_pre250(), getAnimEdit_SnapMode(), and graph_create().
float SpaceGraph::cursorTime |
Time value for cursor (when in drivers mode; animation uses current frame).
Definition at line 464 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 466 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(), and snap_graph_keys().
View2D v2d SpaceGraph::DNA_DEPRECATED |
Deprecated, copied to region.
Definition at line 447 of file DNA_space_types.h.
int SpaceGraph::flag |
Settings for Graph editor (eGraphEdit_Flag).
Definition at line 461 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(), box_select_graphkeys(), draw_fcurve(), draw_fcurve_curve(), draw_fcurve_handles(), draw_fcurve_handles_check(), draw_fcurve_samples(), ED_operator_markers_region_active(), fcurve_handle_sel_check(), get_nearest_fcurve_verts_list(), graph_circle_select_exec(), graph_create(), graph_draw_ghost_curves(), graph_main_region_draw(), graph_main_region_draw_overlay(), graphedit_get_context(), graphkeys_lassoselect_exec(), initialize_animdata_selection_filter(), initialize_box_select_key_editing_data(), mouse_graph_keys(), remake_graph_transdata(), snap_increment_apply(), and special_aftertrans_update__graph().
char SpaceGraph::link_flag |
Definition at line 442 of file DNA_space_types.h.
short SpaceGraph::mode |
Mode for the Graph editor (eGraphEdit_Mode).
Definition at line 454 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_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 438 of file DNA_space_types.h.
SpaceLink * SpaceGraph::prev |
Definition at line 438 of file DNA_space_types.h.
ListBase SpaceGraph::regionbase |
Storage of regions for inactive spaces.
Definition at line 440 of file DNA_space_types.h.
Referenced by graph_create().
SpaceGraph_Runtime SpaceGraph::runtime |
Definition at line 471 of file DNA_space_types.h.
Referenced by direct_link_area(), graph_bezt_get_transform_selection(), graph_draw_ghost_curves(), graph_duplicate(), graph_free(), graph_listener(), graph_refresh(), graphkeys_clear_ghostcurves_exec(), lib_link_workspace_layout_restore(), mouse_graph_keys(), and write_area().
char SpaceGraph::spacetype |
Definition at line 441 of file DNA_space_types.h.
Referenced by graph_create().