Blender  V3.3
Public Attributes | List of all members
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 348 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 357 of file DNA_ID.h.

Referenced by libblock_remap_foreach_idpair_cb().

◆ 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 359 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 352 of file DNA_ID.h.

Referenced by libblock_remap_foreach_idpair_cb().

◆ status

int ID_Runtime_Remap::status

Status during ID remapping.

Definition at line 350 of file DNA_ID.h.

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


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