|
Blender V5.0
|
#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 | DNA_DEPRECATED |
| bDopeSheet | ads |
| float | timeslide |
| short | flag |
| char | mode |
| char | mode_prev |
| char autosnap | DNA_DEPRECATED |
| char | cache_display |
| char | _pad1 [6] |
| SpaceActionOverlays | overlays |
| SpaceAction_Runtime | runtime |
Definition at line 1031 of file DNA_action_types.h.
| char SpaceAction::_pad0[6] |
Definition at line 1037 of file DNA_action_types.h.
| char SpaceAction::_pad1[6] |
Definition at line 1061 of file DNA_action_types.h.
| bDopeSheet SpaceAction::ads |
The currently active context (when not showing action).
Definition at line 1047 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 1060 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 1058 of file DNA_action_types.h.
| bAction* action SpaceAction::DNA_DEPRECATED |
The currently active action (deprecated).
Definition at line 1044 of file DNA_action_types.h.
| View2D v2d SpaceAction::DNA_DEPRECATED |
Copied to region.
Definition at line 1041 of file DNA_action_types.h.
| short SpaceAction::flag |
Definition at line 1052 of file DNA_action_types.h.
Referenced by act_markers_make_local_exec(), act_markers_make_local_poll(), actedit_get_context(), 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_markers_region_visible(), ED_scene_markers_get_from_area(), blender::ed::transform::initTimeSlide(), operator_markers_region_active(), blender::ed::transform::projectIntViewEx(), blender::ed::transform::recalcData_actedit(), and blender::ed::transform::special_aftertrans_update__actedit().
| char SpaceAction::link_flag |
Definition at line 1036 of file DNA_action_types.h.
| char SpaceAction::mode |
Definition at line 1054 of file DNA_action_types.h.
Referenced by actedit_get_context(), action_create(), action_listener(), action_new_poll(), action_region_poll_hide_in_timeline(), action_space_icon_get(), action_space_name_get(), action_space_subtype_get(), action_space_subtype_set(), action_stash_create_poll(), ANIM_active_action_from_area(), 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(), match_region_with_redraws(), and screen_ctx_sel_actions_impl().
| char SpaceAction::mode_prev |
Definition at line 1056 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 1032 of file DNA_action_types.h.
| SpaceActionOverlays SpaceAction::overlays |
Definition at line 1063 of file DNA_action_types.h.
Referenced by action_create(), ANIM_draw_scene_strip_range(), and blender::ed::transform::transinfo_show_overlay().
| struct SpaceLink * SpaceAction::prev |
Definition at line 1032 of file DNA_action_types.h.
| ListBase SpaceAction::regionbase |
Storage of regions for inactive spaces.
Definition at line 1034 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 1065 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 1035 of file DNA_action_types.h.
Referenced by action_create().
| float SpaceAction::timeslide |
For Time-Slide transform mode drawing - current frame?
Definition at line 1050 of file DNA_action_types.h.
Referenced by blender::ed::transform::applyTimeSlideValue(), and draw_channel_strips().