Blender
V3.3
|
#include <deg_eval_runtime_backup_volume.h>
Public Member Functions | |
VolumeBackup (const Depsgraph *depsgraph) | |
void | init_from_volume (Volume *volume) |
void | restore_to_volume (Volume *volume) |
Public Attributes | |
VolumeGridVector * | grids |
char | filepath [1024] |
Definition at line 18 of file deg_eval_runtime_backup_volume.h.
blender::deg::VolumeBackup::VolumeBackup | ( | const Depsgraph * | depsgraph | ) |
Definition at line 22 of file deg_eval_runtime_backup_volume.cc.
Definition at line 26 of file deg_eval_runtime_backup_volume.cc.
References BLI_STATIC_ASSERT, filepath, Volume::filepath, grids, Volume_Runtime::grids, Volume::runtime, and STRNCPY.
Referenced by blender::deg::RuntimeBackup::init_from_id().
Definition at line 36 of file deg_eval_runtime_backup_volume.cc.
References BKE_volume_grids_backup_restore(), filepath, and grids.
Referenced by blender::deg::RuntimeBackup::restore_to_id().
char blender::deg::VolumeBackup::filepath[1024] |
Definition at line 26 of file deg_eval_runtime_backup_volume.h.
Referenced by init_from_volume(), and restore_to_volume().
VolumeGridVector* blender::deg::VolumeBackup::grids |
Definition at line 25 of file deg_eval_runtime_backup_volume.h.
Referenced by init_from_volume(), and restore_to_volume().