Blender  V3.3
Public Attributes | List of all members
IDRemap Struct Reference

Public Attributes

eIDRemapType type
 
Mainbmain
 
struct IDRemapper * id_remapper
 
IDid_owner
 
short flag
 

Detailed Description

Definition at line 54 of file lib_remap.c.

Member Data Documentation

◆ bmain

Main* IDRemap::bmain

Definition at line 56 of file lib_remap.c.

Referenced by foreach_libblock_remap_callback_apply(), and libblock_remap_data().

◆ flag

short IDRemap::flag

◆ id_owner

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

◆ id_remapper

struct IDRemapper* IDRemap::id_remapper

Definition at line 58 of file lib_remap.c.

Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().

◆ type

eIDRemapType IDRemap::type

Definition at line 55 of file lib_remap.c.

Referenced by foreach_libblock_remap_callback(), and libblock_remap_data().


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