|
Blender V4.3
|
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 |
| Main * | bmain |
| bool | bmain_is_temp |
Definition at line 52 of file bpy_library_load.cc.
| char BPy_Library::abspath[FILE_MAX] |
Definition at line 56 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| BlendFileReadReport BPy_Library::bf_reports |
Definition at line 60 of file bpy_library_load.cc.
| BlendHandle* BPy_Library::blo_handle |
Definition at line 57 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| Main* BPy_Library::bmain |
Definition at line 70 of file bpy_library_load.cc.
| bool BPy_Library::bmain_is_temp |
Definition at line 71 of file bpy_library_load.cc.
| bool BPy_Library::create_liboverrides |
Definition at line 64 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| PyObject* BPy_Library::dict |
Definition at line 67 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| int BPy_Library::flag |
Definition at line 62 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| eBKELibLinkOverride BPy_Library::liboverride_flags |
Definition at line 65 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| PyObject_HEAD char BPy_Library::relpath[FILE_MAX] |
Definition at line 55 of file bpy_library_load.cc.
Referenced by bpy_lib_enter().
| ReportList BPy_Library::reports |
Definition at line 59 of file bpy_library_load.cc.