|
Blender
V2.93
|
Public Attributes | |
| char * | name |
| BLI_bitmap * | libraries |
| short | idcode |
| ID * | new_id |
| void * | customdata |
Definition at line 146 of file wm_files_link.c.
| void* WMLinkAppendDataItem::customdata |
Definition at line 153 of file wm_files_link.c.
Referenced by lib_relocate_do(), and wm_link_append_data_item_add().
| short WMLinkAppendDataItem::idcode |
Definition at line 150 of file wm_files_link.c.
Referenced by wm_link_append_data_item_add(), and wm_link_do().
| BLI_bitmap* WMLinkAppendDataItem::libraries |
Definition at line 149 of file wm_files_link.c.
Referenced by lib_relocate_do(), WM_file_append_datablock(), wm_link_append_data_item_add(), wm_link_append_exec(), and wm_link_do().
| char* WMLinkAppendDataItem::name |
Definition at line 147 of file wm_files_link.c.
Referenced by wm_link_append_data_item_add(), and wm_link_do().
| ID* WMLinkAppendDataItem::new_id |
Definition at line 152 of file wm_files_link.c.
Referenced by lib_relocate_do(), WM_file_append_datablock(), wm_link_append_data_item_add(), and wm_link_do().