|
Blender V4.3
|
#include <BKE_blendfile_link_append.hh>
Public Attributes | |
| std::string | path |
| BlendHandle * | blo_handle |
| bool | blo_handle_is_owned |
| BlendFileReadReport | bf_reports |
A blendfile library entry in the libraries vector from BlendfileLinkAppendContext.
Definition at line 106 of file BKE_blendfile_link_append.hh.
| BlendFileReadReport BlendfileLinkAppendContextLibrary::bf_reports |
Definition at line 111 of file BKE_blendfile_link_append.hh.
Referenced by link_append_context_library_blohandle_ensure().
| BlendHandle* BlendfileLinkAppendContextLibrary::blo_handle |
Definition at line 108 of file BKE_blendfile_link_append.hh.
Referenced by BKE_blendfile_link(), BKE_blendfile_link_append_context_library_add(), link_append_context_library_blohandle_ensure(), and link_append_context_library_blohandle_release().
| bool BlendfileLinkAppendContextLibrary::blo_handle_is_owned |
Definition at line 109 of file BKE_blendfile_link_append.hh.
Referenced by BKE_blendfile_link_append_context_library_add(), link_append_context_library_blohandle_ensure(), and link_append_context_library_blohandle_release().
| std::string BlendfileLinkAppendContextLibrary::path |
Definition at line 107 of file BKE_blendfile_link_append.hh.
Referenced by BKE_blendfile_link(), BKE_blendfile_link_append_context_library_add(), and link_append_context_library_blohandle_ensure().