|
Blender V4.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 19 of file deg_eval_runtime_backup_volume.h.
| blender::deg::VolumeBackup::VolumeBackup | ( | const Depsgraph * | depsgraph | ) |
Definition at line 23 of file deg_eval_runtime_backup_volume.cc.
| void blender::deg::VolumeBackup::init_from_volume | ( | Volume * | volume | ) |
Definition at line 25 of file deg_eval_runtime_backup_volume.cc.
References BLI_STATIC_ASSERT, filepath, grids, and STRNCPY.
Referenced by blender::deg::RuntimeBackup::init_from_id().
| void blender::deg::VolumeBackup::restore_to_volume | ( | Volume * | volume | ) |
Definition at line 35 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 27 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 26 of file deg_eval_runtime_backup_volume.h.
Referenced by init_from_volume(), and restore_to_volume().