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

Public Attributes

char * name
 
BLI_bitmaplibraries
 
short idcode
 
char action
 
char tag
 
IDnew_id
 
Librarysource_library
 
voiduserdata
 

Detailed Description

Definition at line 61 of file blendfile_link_append.c.

Member Data Documentation

◆ action

char BlendfileLinkAppendContextItem::action

Type of action to perform on this item, and general status tag information. NOTE: Mostly used by append post-linking processing.

Definition at line 71 of file blendfile_link_append.c.

Referenced by BKE_blendfile_append(), BKE_blendfile_link_append_context_item_add(), foreach_libblock_link_append_callback(), and loose_data_instantiate_process_check().

◆ idcode

short BlendfileLinkAppendContextItem::idcode

◆ libraries

BLI_bitmap* BlendfileLinkAppendContextItem::libraries

◆ name

char* BlendfileLinkAppendContextItem::name

Name of the ID (without the heading two-chars IDcode).

Definition at line 63 of file blendfile_link_append.c.

Referenced by BKE_blendfile_link(), and BKE_blendfile_link_append_context_item_add().

◆ new_id

ID* BlendfileLinkAppendContextItem::new_id

◆ source_library

Library* BlendfileLinkAppendContextItem::source_library

Library ID from which the new_id has been linked (NULL until it has been successfully linked).

Definition at line 78 of file blendfile_link_append.c.

Referenced by BKE_blendfile_link(), and foreach_libblock_link_append_callback().

◆ tag

char BlendfileLinkAppendContextItem::tag

◆ userdata

void* BlendfileLinkAppendContextItem::userdata

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