|
Blender V4.3
|
Public Attributes | |
| eIDRemapType | type |
| Main * | bmain |
| IDRemapper & | id_remapper |
| ID * | id_owner |
| int | flag |
Definition at line 60 of file lib_remap.cc.
| Main* IDRemap::bmain |
Definition at line 62 of file lib_remap.cc.
Referenced by foreach_libblock_remap_callback_apply().
| int IDRemap::flag |
Definition at line 68 of file lib_remap.cc.
Referenced by foreach_libblock_remap_callback(), foreach_libblock_remap_callback_apply(), and libblock_remap_data_update_tags().
| ID* IDRemap::id_owner |
The ID in which we are replacing old_id by new_id usages.
Definition at line 67 of file lib_remap.cc.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().
| IDRemapper& IDRemap::id_remapper |
Definition at line 64 of file lib_remap.cc.
Referenced by foreach_libblock_remap_callback().
| eIDRemapType IDRemap::type |
Definition at line 61 of file lib_remap.cc.
Referenced by foreach_libblock_remap_callback().