|
Blender
V3.3
|
#include <deg_eval_runtime_backup_movieclip.h>
Public Member Functions | |
| MovieClipBackup (const Depsgraph *depsgraph) | |
| void | reset () |
| void | init_from_movieclip (MovieClip *movieclip) |
| void | restore_to_movieclip (MovieClip *movieclip) |
Public Attributes | |
| struct anim * | anim |
| struct MovieClipCache * | cache |
Definition at line 19 of file deg_eval_runtime_backup_movieclip.h.
| blender::deg::MovieClipBackup::MovieClipBackup | ( | const Depsgraph * | depsgraph | ) |
Definition at line 16 of file deg_eval_runtime_backup_movieclip.cc.
References reset().
Definition at line 27 of file deg_eval_runtime_backup_movieclip.cc.
References MovieClip::anim, cache, and MovieClip::cache.
Referenced by blender::deg::RuntimeBackup::init_from_id().
| void blender::deg::MovieClipBackup::reset | ( | ) |
Definition at line 21 of file deg_eval_runtime_backup_movieclip.cc.
References cache.
Referenced by MovieClipBackup(), and restore_to_movieclip().
Definition at line 37 of file deg_eval_runtime_backup_movieclip.cc.
References anim, MovieClip::anim, cache, MovieClip::cache, and reset().
Referenced by blender::deg::RuntimeBackup::restore_to_id().
| struct anim* blender::deg::MovieClipBackup::anim |
Definition at line 28 of file deg_eval_runtime_backup_movieclip.h.
Referenced by restore_to_movieclip().
| struct MovieClipCache* blender::deg::MovieClipBackup::cache |
Definition at line 29 of file deg_eval_runtime_backup_movieclip.h.
Referenced by init_from_movieclip(), reset(), and restore_to_movieclip().