|
Blender V5.0
|
#include <BKE_lib_id.hh>
Public Attributes | |
| int | status = 0 |
| int | skipped_refcounted = 0 |
| int | skipped_direct = 0 |
| int | skipped_indirect = 0 |
Status used and counters created during id-remapping.
Definition at line 59 of file BKE_lib_id.hh.
| 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.
| 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.
| 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.
| int blender::bke::id::ID_Runtime_Remap::status = 0 |
Status during ID remapping.
Definition at line 61 of file BKE_lib_id.hh.