|
Blender
V2.93
|
#include <ED_screen_types.h>
Public Attributes | |
| ARegion * | region |
| short | redraws |
| short | flag |
| int | sfra |
| int | nextfra |
| double | lagging_frame_count |
| bool | from_anim_edit |
Definition at line 33 of file ED_screen_types.h.
| short ScreenAnimData::flag |
Definition at line 36 of file ED_screen_types.h.
Referenced by animrecord_check_state(), ED_screen_animation_timer(), frame_jump_exec(), and screen_animation_step_invoke().
| bool ScreenAnimData::from_anim_edit |
Definition at line 40 of file ED_screen_types.h.
Referenced by ED_screen_animation_timer(), and screen_animation_step_invoke().
| double ScreenAnimData::lagging_frame_count |
Definition at line 39 of file ED_screen_types.h.
Referenced by screen_animation_step_invoke().
| int ScreenAnimData::nextfra |
Definition at line 38 of file ED_screen_types.h.
Referenced by frame_jump_exec(), and screen_animation_step_invoke().
| short ScreenAnimData::redraws |
Definition at line 35 of file ED_screen_types.h.
Referenced by ED_screen_animation_timer(), ED_screen_animation_timer_update(), and screen_animation_step_invoke().
| ARegion* ScreenAnimData::region |
Definition at line 34 of file ED_screen_types.h.
Referenced by ED_screen_animation_play(), ED_screen_animation_timer(), ED_screen_animation_timer_update(), and screen_animation_step_invoke().
| int ScreenAnimData::sfra |
Definition at line 37 of file ED_screen_types.h.
Referenced by ED_screen_animation_timer(), and screen_animation_cancel_exec().