|
Blender V4.5
|
#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 987 of file DNA_action_types.h.
| char SpaceAction::_pad0[6] |
Definition at line 993 of file DNA_action_types.h.
| char SpaceAction::_pad1[6] |
Definition at line 1019 of file DNA_action_types.h.
| char SpaceAction::_pad2[4] |
Definition at line 1002 of file DNA_action_types.h.
| bAction* SpaceAction::action |
The currently active action and its slot.
Definition at line 1000 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(), ED_scene_markers_get(), screen_ctx_sel_actions_impl(), slot_channels_move_to_new_action_poll(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| int32_t SpaceAction::action_slot_handle |
Definition at line 1001 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 1005 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 |
Definition at line 1018 of file DNA_action_types.h.
Referenced by action_create(), blo_do_versions_300(), timeline_cache_is_hidden_by_setting(), and timeline_draw_cache().
| char autosnap SpaceAction::DNA_DEPRECATED |
Definition at line 1016 of file DNA_action_types.h.
| View2D v2d SpaceAction::DNA_DEPRECATED |
Copied to region.
Definition at line 997 of file DNA_action_types.h.
| short SpaceAction::flag |
Definition at line 1010 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(), draw_channel_strips(), draw_keyframes(), ed_marker_move_use_time(), ED_scene_markers_get(), blender::ed::transform::initTimeSlide(), operator_markers_region_active(), blender::ed::transform::projectIntViewEx(), blender::ed::transform::recalcData_actedit(), blender::ed::transform::special_aftertrans_update__actedit(), and WM_event_handler_region_marker_poll().
| char SpaceAction::link_flag |
Definition at line 992 of file DNA_action_types.h.
| char SpaceAction::mode |
Definition at line 1012 of file DNA_action_types.h.
Referenced by act_markers_make_local_poll(), actedit_get_context(), action_create(), 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(), do_version_area_change_space_to_space_action(), do_versions_after_linking_300(), draw_keyframes(), ED_actedit_animdata_from_context(), ED_scene_markers_get(), match_region_with_redraws(), and screen_ctx_sel_actions_impl().
| char SpaceAction::mode_prev |
Definition at line 1014 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 988 of file DNA_action_types.h.
| struct SpaceLink * SpaceAction::prev |
Definition at line 988 of file DNA_action_types.h.
| ListBase SpaceAction::regionbase |
Storage of regions for inactive spaces.
Definition at line 990 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 1021 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 991 of file DNA_action_types.h.
Referenced by action_create().
| float SpaceAction::timeslide |
For Time-Slide transform mode drawing - current frame?
Definition at line 1008 of file DNA_action_types.h.
Referenced by blender::ed::transform::applyTimeSlideValue(), and draw_channel_strips().