Blender V4.3
ID_Runtime Struct Reference

#include <DNA_ID.h>

Public Attributes

ID_Runtime_Remap remap
 
struct Depsgraph * depsgraph
 
void * _pad
 

Detailed Description

Definition at line 402 of file DNA_ID.h.

Member Data Documentation

◆ _pad

void* ID_Runtime::_pad

Definition at line 410 of file DNA_ID.h.

◆ depsgraph

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().

◆ remap


The documentation for this struct was generated from the following file: