Blender V5.0
blender::bke::id::ID_Runtime_Remap Struct Reference

#include <BKE_lib_id.hh>

Public Attributes

int status = 0
int skipped_refcounted = 0
int skipped_direct = 0
int skipped_indirect = 0

Detailed Description

Status used and counters created during id-remapping.

Definition at line 59 of file BKE_lib_id.hh.

Member Data Documentation

◆ skipped_direct

int blender::bke::id::ID_Runtime_Remap::skipped_direct = 0

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

Definition at line 68 of file BKE_lib_id.hh.

◆ skipped_indirect

int blender::bke::id::ID_Runtime_Remap::skipped_indirect = 0

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

Definition at line 70 of file BKE_lib_id.hh.

◆ skipped_refcounted

int blender::bke::id::ID_Runtime_Remap::skipped_refcounted = 0

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

Definition at line 63 of file BKE_lib_id.hh.

◆ status

int blender::bke::id::ID_Runtime_Remap::status = 0

Status during ID remapping.

Definition at line 61 of file BKE_lib_id.hh.


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