Blender V4.3
ID_Runtime_Remap Struct Reference

#include <DNA_ID.h>

Public Attributes

int status
 
int skipped_refcounted
 
int skipped_direct
 
int skipped_indirect
 

Detailed Description

Status used and counters created during id-remapping.

Definition at line 388 of file DNA_ID.h.

Member Data Documentation

◆ skipped_direct

int ID_Runtime_Remap::skipped_direct

During ID remapping the number of direct use cases that could be remapped (e.g. obdata when in edit mode).

Definition at line 397 of file DNA_ID.h.

Referenced by libblock_remap_foreach_idpair().

◆ skipped_indirect

int ID_Runtime_Remap::skipped_indirect

During ID remapping, the number of indirect use cases that could not be remapped.

Definition at line 399 of file DNA_ID.h.

◆ skipped_refcounted

int ID_Runtime_Remap::skipped_refcounted

During ID remapping the number of skipped use cases that refcount the data-block.

Definition at line 392 of file DNA_ID.h.

Referenced by libblock_remap_foreach_idpair().

◆ status

int ID_Runtime_Remap::status

Status during ID remapping.

Definition at line 390 of file DNA_ID.h.

Referenced by foreach_libblock_remap_callback_apply(), libblock_remap_data_update_tags(), and libblock_remap_foreach_idpair().


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