Blender V4.5
BPy_Library Struct Reference

Public Attributes

PyObject_HEAD char relpath [FILE_MAX]
char abspath [FILE_MAX]
BlendHandle * blo_handle
ReportList reports
BlendFileReadReport bf_reports
int flag
bool create_liboverrides
eBKELibLinkOverride liboverride_flags
PyObject * dict
Mainbmain
bool bmain_is_temp

Detailed Description

Definition at line 50 of file bpy_library_load.cc.

Member Data Documentation

◆ abspath

char BPy_Library::abspath[FILE_MAX]

Definition at line 54 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ bf_reports

BlendFileReadReport BPy_Library::bf_reports

Definition at line 58 of file bpy_library_load.cc.

◆ blo_handle

BlendHandle* BPy_Library::blo_handle

Definition at line 55 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ bmain

Main* BPy_Library::bmain

Definition at line 68 of file bpy_library_load.cc.

◆ bmain_is_temp

bool BPy_Library::bmain_is_temp

Definition at line 69 of file bpy_library_load.cc.

◆ create_liboverrides

bool BPy_Library::create_liboverrides

Definition at line 62 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ dict

PyObject* BPy_Library::dict

Definition at line 65 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ flag

int BPy_Library::flag

Definition at line 60 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ liboverride_flags

eBKELibLinkOverride BPy_Library::liboverride_flags

Definition at line 63 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ relpath

PyObject_HEAD char BPy_Library::relpath[FILE_MAX]

Definition at line 53 of file bpy_library_load.cc.

Referenced by bpy_lib_enter().

◆ reports

ReportList BPy_Library::reports

Definition at line 57 of file bpy_library_load.cc.


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