|
Blender V4.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 |
| int32_t | action_slot_handle |
| char | _pad2 [4] |
| bDopeSheet | ads |
| float | timeslide |
| short | flag |
| char | mode |
| char | mode_prev |
| char autosnap | DNA_DEPRECATED |
| char | cache_display |
| char | _pad1 [6] |
| SpaceAction_Runtime | runtime |
Definition at line 975 of file DNA_action_types.h.
| char SpaceAction::_pad0[6] |
Definition at line 981 of file DNA_action_types.h.
| char SpaceAction::_pad1[6] |
Definition at line 1007 of file DNA_action_types.h.
| char SpaceAction::_pad2[4] |
Definition at line 990 of file DNA_action_types.h.
| bAction* SpaceAction::action |
The currently active action and its slot.
Definition at line 988 of file DNA_action_types.h.
Referenced by act_markers_make_local_exec(), act_markers_make_local_poll(), actedit_get_context(), action_foreach_id(), 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(), blo_do_versions_280(), context_get_markers(), screen_ctx_sel_actions_impl(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| int32_t SpaceAction::action_slot_handle |
Definition at line 989 of file DNA_action_types.h.
Referenced by blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| bDopeSheet SpaceAction::ads |
The currently active context (when not showing action).
Definition at line 993 of file DNA_action_types.h.
Referenced by acf_summary_setting_ptr(), actedit_get_context(), action_create(), action_foreach_id(), action_id_remap(), ANIM_animdata_filter(), animdata_filter_dopesheet_summary(), blo_update_defaults_screen(), do_version_area_change_space_to_space_action(), draw_keyframes(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), and wm_context_member_from_ptr().
| char SpaceAction::cache_display |
(eTimeline_Cache_Flag).
Definition at line 1006 of file DNA_action_types.h.
Referenced by action_create(), blo_do_versions_300(), timeline_cache_is_hidden_by_setting(), and timeline_draw_cache().
| View2D v2d SpaceAction::DNA_DEPRECATED |
Copied to region.
Definition at line 985 of file DNA_action_types.h.
| char autosnap SpaceAction::DNA_DEPRECATED |
Definition at line 1004 of file DNA_action_types.h.
| short SpaceAction::flag |
Definition at line 998 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(), draw_keyframes(), ED_operator_markers_region_active(), initTimeSlide(), projectIntViewEx(), recalcData_actedit(), and special_aftertrans_update__actedit().
| char SpaceAction::link_flag |
Definition at line 980 of file DNA_action_types.h.
| char SpaceAction::mode |
Definition at line 1000 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_main_region_draw_overlay(), action_new_poll(), action_space_icon_get(), action_space_name_get(), 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_keyframes(), ED_actedit_animdata_from_context(), match_region_with_redraws(), and screen_ctx_sel_actions_impl().
| char SpaceAction::mode_prev |
Definition at line 1002 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 976 of file DNA_action_types.h.
Referenced by blo_do_versions_pre250().
| struct SpaceLink * SpaceAction::prev |
Definition at line 976 of file DNA_action_types.h.
| ListBase SpaceAction::regionbase |
Storage of regions for inactive spaces.
Definition at line 978 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 1009 of file DNA_action_types.h.
Referenced by action_duplicate(), action_foreach_id(), action_init(), action_listener(), action_refresh(), and action_space_blend_read_data().
| char SpaceAction::spacetype |
Definition at line 979 of file DNA_action_types.h.
Referenced by action_create().
| float SpaceAction::timeslide |
For Time-Slide transform mode drawing - current frame?
Definition at line 996 of file DNA_action_types.h.
Referenced by applyTimeSlideValue(), and draw_channel_strips().