Blender
V3.3
|
#include <DNA_ID.h>
Public Attributes | |
int | status |
int | skipped_refcounted |
int | skipped_direct |
int | skipped_indirect |
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().
int ID_Runtime_Remap::skipped_indirect |
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().
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().