Blender V4.3
IDRemap Struct Reference

Public Attributes

eIDRemapType type
 
Mainbmain
 
IDRemapperid_remapper
 
IDid_owner
 
int flag
 

Detailed Description

Definition at line 60 of file lib_remap.cc.

Member Data Documentation

◆ bmain

Main* IDRemap::bmain

Definition at line 62 of file lib_remap.cc.

Referenced by foreach_libblock_remap_callback_apply().

◆ flag

◆ id_owner

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().

◆ id_remapper

IDRemapper& IDRemap::id_remapper

Definition at line 64 of file lib_remap.cc.

Referenced by foreach_libblock_remap_callback().

◆ type

eIDRemapType IDRemap::type

Definition at line 61 of file lib_remap.cc.

Referenced by foreach_libblock_remap_callback().


The documentation for this struct was generated from the following file: