Blender
V3.3
|
#include <deg_eval_runtime_backup_gpencil.h>
Public Member Functions | |
GPencilBackup (const Depsgraph *depsgraph) | |
void | init_from_gpencil (bGPdata *gpd) |
void | restore_to_gpencil (bGPdata *gpd) |
Public Attributes | |
const Depsgraph * | depsgraph |
Definition at line 17 of file deg_eval_runtime_backup_gpencil.h.
blender::deg::GPencilBackup::GPencilBackup | ( | const Depsgraph * | depsgraph | ) |
Definition at line 18 of file deg_eval_runtime_backup_gpencil.cc.
Definition at line 22 of file deg_eval_runtime_backup_gpencil.cc.
Referenced by blender::deg::RuntimeBackup::init_from_id().
Definition at line 26 of file deg_eval_runtime_backup_gpencil.cc.
References BKE_gpencil_data_update_orig_pointers(), BKE_gpencil_free_update_cache(), depsgraph, bGPdata::id, blender::deg::Depsgraph::is_active, ID::orig_id, bGPdata::runtime, and bGPdata_Runtime::update_cache.
Referenced by blender::deg::RuntimeBackup::restore_to_id().
const Depsgraph* blender::deg::GPencilBackup::depsgraph |
Definition at line 24 of file deg_eval_runtime_backup_gpencil.h.
Referenced by restore_to_gpencil().