Blender
V3.3
|
Public Attributes | |
eIDRemapType | type |
Main * | bmain |
struct IDRemapper * | id_remapper |
ID * | id_owner |
short | flag |
Definition at line 54 of file lib_remap.c.
Main* IDRemap::bmain |
Definition at line 56 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback_apply(), and libblock_remap_data().
short IDRemap::flag |
Definition at line 62 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), libblock_remap_data(), 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 61 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().
struct IDRemapper* IDRemap::id_remapper |
Definition at line 58 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().
eIDRemapType IDRemap::type |
Definition at line 55 of file lib_remap.c.
Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().