|
Blender
V2.93
|
Public Attributes | |
| Main * | bmain |
| ID * | old_id |
| ID * | new_id |
| ID * | id_owner |
| short | flag |
| short | status |
| int | skipped_direct |
| int | skipped_indirect |
| int | skipped_refcounted |
Definition at line 67 of file lib_remap.c.
| Main* IDRemap::bmain |
Definition at line 68 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().
| short IDRemap::flag |
Definition at line 73 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback().
| ID* IDRemap::id_owner |
The ID in which we are replacing old_id by new_id usages.
Definition at line 72 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data_preprocess().
| ID* IDRemap::new_id |
Definition at line 70 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback().
| ID* IDRemap::old_id |
Definition at line 69 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data_preprocess().
| int IDRemap::skipped_direct |
Number of direct use cases that could not be remapped (e.g.: obdata when in edit mode).
Definition at line 78 of file lib_remap.c.
Referenced by BKE_libblock_remap_locked(), and foreach_libblock_remap_callback().
| int IDRemap::skipped_indirect |
Number of indirect use cases that could not be remapped.
Definition at line 80 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback().
| int IDRemap::skipped_refcounted |
Number of skipped use cases that refcount the data-block.
Definition at line 82 of file lib_remap.c.
Referenced by BKE_libblock_remap_locked(), and foreach_libblock_remap_callback().
| short IDRemap::status |
Definition at line 76 of file lib_remap.c.
Referenced by BKE_libblock_remap_locked(), and foreach_libblock_remap_callback().