|
Blender V4.3
|
#include <DNA_ID.h>
Public Attributes | |
| ID_Runtime_Remap | remap |
| struct Depsgraph * | depsgraph |
| void * | _pad |
| struct Depsgraph* ID_Runtime::depsgraph |
The depsgraph that owns this data block. This is only set on data-blocks which are copied-on-eval by the depsgraph. Additional data-blocks created during depsgraph evaluation are not owned by any specific depsgraph and thus this pointer is null for those.
Definition at line 409 of file DNA_ID.h.
Referenced by blender::deg::deg_tag_eval_copy_id().
| ID_Runtime_Remap ID_Runtime::remap |
Definition at line 403 of file DNA_ID.h.
Referenced by foreach_libblock_remap_callback_apply(), libblock_remap_data_update_tags(), and libblock_remap_foreach_idpair().