|
Blender V5.0
|
#include <BKE_blendfile_link_append.hh>
Public Attributes | |
| std::string | path |
| BlendHandle * | blo_handle |
| bool | blo_handle_is_owned |
| BlendFileReadReport | bf_reports |
A blend-file library entry in the libraries vector from BlendfileLinkAppendContext.
Definition at line 112 of file BKE_blendfile_link_append.hh.
| BlendFileReadReport BlendfileLinkAppendContextLibrary::bf_reports |
The blend-file report associated with the blo_handle, if owned.
Definition at line 120 of file BKE_blendfile_link_append.hh.
Referenced by link_append_context_library_blohandle_ensure().
| BlendHandle* BlendfileLinkAppendContextLibrary::blo_handle |
Blend file handle, if any.
Definition at line 116 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 |
Whether the blend file handle is owned, or borrowed.
Definition at line 118 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 |
Absolute .blend file path.
Definition at line 114 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().