|
Blender V5.0
|
#include <ED_screen_types.hh>
Public Attributes | |
| ARegion * | region |
| Scene * | scene |
| ViewLayer * | view_layer |
| bool | do_scene_syncing |
| short | redraws |
| short | flag |
| int | sfra |
| int | nextfra |
| double | lagging_frame_count |
| bool | from_anim_edit |
For animation playback operator, stored in #bScreen.animtimer.customdata.
Definition at line 20 of file ED_screen_types.hh.
| bool ScreenAnimData::do_scene_syncing |
Definition at line 28 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), and blender::ed::vse::get_sequencer_scene_for_time_sync().
| short ScreenAnimData::flag |
Flags for playback
Definition at line 32 of file ED_screen_types.hh.
Referenced by blender::ed::transform::animrecord_check_state(), ED_reset_audio_device(), ED_screen_animation_timer(), frame_jump_exec(), screen_animation_step_invoke(), and stop_playback().
| bool ScreenAnimData::from_anim_edit |
Playback was invoked from animation editor
Definition at line 40 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), and screen_animation_step_invoke().
| double ScreenAnimData::lagging_frame_count |
Used for frame dropping
Definition at line 38 of file ED_screen_types.hh.
Referenced by screen_animation_step_invoke().
| int ScreenAnimData::nextfra |
Next frame to go to (when ANIMPLAY_FLAG_USE_NEXT_FRAME is set)
Definition at line 36 of file ED_screen_types.hh.
Referenced by frame_jump_exec(), and screen_animation_step_invoke().
| short ScreenAnimData::redraws |
Definition at line 30 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), ED_screen_animation_timer_update(), and screen_animation_step_invoke().
| ARegion* ScreenAnimData::region |
Do not read from this, only for comparing if region exists.
Definition at line 22 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), ED_screen_animation_timer_update(), screen_animation_step_invoke(), and start_playback().
| Scene* ScreenAnimData::scene |
Definition at line 25 of file ED_screen_types.hh.
Referenced by ED_scene_delete(), ED_screen_animation_timer(), blender::ed::vse::get_sequencer_scene_for_time_sync(), screen_animation_step_invoke(), and stop_playback().
| int ScreenAnimData::sfra |
Frame that playback was started from
Definition at line 34 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), and screen_animation_cancel_exec().
| ViewLayer* ScreenAnimData::view_layer |
Definition at line 26 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), screen_animation_step_invoke(), and stop_playback().