|
Blender V4.3
|
#include <ED_screen_types.hh>
Public Attributes | |
| ARegion * | region |
| 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.
| short ScreenAnimData::flag |
Flags for playback
Definition at line 25 of file ED_screen_types.hh.
Referenced by animrecord_check_state(), ED_screen_animation_timer(), frame_jump_exec(), and screen_animation_step_invoke().
| bool ScreenAnimData::from_anim_edit |
Playback was invoked from animation editor
Definition at line 33 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 31 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 29 of file ED_screen_types.hh.
Referenced by frame_jump_exec(), and screen_animation_step_invoke().
| short ScreenAnimData::redraws |
Definition at line 23 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_play(), ED_screen_animation_timer(), ED_screen_animation_timer_update(), and screen_animation_step_invoke().
| int ScreenAnimData::sfra |
Frame that playback was started from
Definition at line 27 of file ED_screen_types.hh.
Referenced by ED_screen_animation_timer(), and screen_animation_cancel_exec().