Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
struct SpaceLink * | next |
struct SpaceLink * | prev |
ListBase | regionbase |
char | spacetype |
char | link_flag |
char | _pad0 [6] |
View2D v2d | DNA_DEPRECATED |
bAction * | action |
bDopeSheet | ads |
float | timeslide |
short | flag |
char | mode |
char | mode_prev |
char | autosnap |
char | cache_display |
char | _pad1 [6] |
SpaceAction_Runtime | runtime |
Definition at line 819 of file DNA_action_types.h.
char SpaceAction::_pad0[6] |
Definition at line 825 of file DNA_action_types.h.
char SpaceAction::_pad1[6] |
Definition at line 848 of file DNA_action_types.h.
bAction* SpaceAction::action |
The currently active action.
Definition at line 832 of file DNA_action_types.h.
Referenced by act_markers_make_local_exec(), act_markers_make_local_poll(), actedit_get_context(), action_id_remap(), action_main_region_draw(), action_new_exec(), action_pushdown_exec(), action_pushdown_poll(), action_stash_create_exec(), action_stash_exec(), action_unlink_poll(), area_add_window_regions(), BKE_screen_area_blend_read_lib(), BKE_screen_foreach_id_screen_area(), blo_do_versions_280(), context_get_markers(), lib_link_workspace_layout_restore(), and screen_ctx_sel_actions_impl().
bDopeSheet SpaceAction::ads |
The currently active context (when not showing action).
Definition at line 834 of file DNA_action_types.h.
Referenced by acf_summary_setting_ptr(), actedit_get_context(), action_create(), action_id_remap(), ANIM_animdata_filter(), animdata_filter_dopesheet_summary(), BKE_screen_area_blend_read_lib(), BKE_screen_foreach_id_screen_area(), blo_update_defaults_screen(), do_version_area_change_space_to_space_action(), draw_channel_strips(), lib_link_workspace_layout_restore(), and wm_context_member_from_ptr().
char SpaceAction::autosnap |
Automatic keyframe snapping mode.
Definition at line 845 of file DNA_action_types.h.
Referenced by action_create(), blo_do_versions_pre250(), and getAnimEdit_SnapMode().
char SpaceAction::cache_display |
(eTimeline_Cache_Flag).
Definition at line 847 of file DNA_action_types.h.
Referenced by action_create(), timeline_cache_is_hidden_by_setting(), and timeline_draw_cache().
View2D v2d SpaceAction::DNA_DEPRECATED |
Copied to region.
Definition at line 829 of file DNA_action_types.h.
short SpaceAction::flag |
Definition at line 839 of file DNA_action_types.h.
Referenced by act_markers_make_local_exec(), act_markers_make_local_poll(), action_create(), action_main_region_draw(), action_main_region_draw_overlay(), actkeys_select_leftright(), ANIM_channel_draw(), ANIM_channel_draw_widgets(), blo_do_versions_280(), blo_update_defaults_screen(), context_get_markers(), draw_channel_strips(), ED_operator_markers_region_active(), initTimeSlide(), projectIntViewEx(), and special_aftertrans_update__actedit().
char SpaceAction::link_flag |
Definition at line 824 of file DNA_action_types.h.
char SpaceAction::mode |
Definition at line 841 of file DNA_action_types.h.
Referenced by act_markers_make_local_poll(), actedit_get_context(), action_create(), action_create_new(), action_header_region_listener(), action_listener(), action_main_region_draw(), action_new_poll(), action_space_subtype_get(), action_space_subtype_set(), action_stash_create_poll(), animchannels_grouping_poll(), area_add_window_regions(), blo_do_versions_pre250(), blo_update_defaults_screen(), context_get_markers(), do_version_area_change_space_to_space_action(), do_versions_after_linking_300(), draw_channel_strips(), ED_actedit_animdata_from_context(), match_region_with_redraws(), and screen_ctx_sel_actions_impl().
char SpaceAction::mode_prev |
Definition at line 843 of file DNA_action_types.h.
Referenced by action_create(), action_space_subtype_set(), and blo_do_versions_280().
struct SpaceLink* SpaceAction::next |
Definition at line 820 of file DNA_action_types.h.
struct SpaceLink * SpaceAction::prev |
Definition at line 820 of file DNA_action_types.h.
ListBase SpaceAction::regionbase |
Storage of regions for inactive spaces.
Definition at line 822 of file DNA_action_types.h.
Referenced by action_create(), blo_do_versions_270(), and do_version_area_change_space_to_space_action().
SpaceAction_Runtime SpaceAction::runtime |
Definition at line 850 of file DNA_action_types.h.
Referenced by action_duplicate(), action_init(), action_listener(), action_refresh(), direct_link_area(), and lib_link_workspace_layout_restore().
char SpaceAction::spacetype |
Definition at line 823 of file DNA_action_types.h.
Referenced by action_create().
float SpaceAction::timeslide |
For Time-Slide transform mode drawing - current frame?
Definition at line 837 of file DNA_action_types.h.
Referenced by applyTimeSlideValue(), and draw_channel_strips().