Blender  V2.93
Public Attributes | List of all members
BPy_Library Struct Reference

Public Attributes

PyObject_HEAD char relpath [FILE_MAX]
 
char abspath [FILE_MAX]
 
BlendHandleblo_handle
 
int flag
 
PyObject * dict
 
Mainbmain
 
bool bmain_is_temp
 

Detailed Description

Definition at line 63 of file bpy_library_load.c.

Member Data Documentation

◆ abspath

char BPy_Library::abspath[FILE_MAX]

Definition at line 67 of file bpy_library_load.c.

Referenced by bpy_lib_enter().

◆ blo_handle

BlendHandle* BPy_Library::blo_handle

Definition at line 68 of file bpy_library_load.c.

Referenced by bpy_lib_enter().

◆ bmain

Main* BPy_Library::bmain

Definition at line 73 of file bpy_library_load.c.

◆ bmain_is_temp

bool BPy_Library::bmain_is_temp

Definition at line 74 of file bpy_library_load.c.

◆ dict

PyObject* BPy_Library::dict

Definition at line 70 of file bpy_library_load.c.

Referenced by bpy_lib_enter().

◆ flag

int BPy_Library::flag

Definition at line 69 of file bpy_library_load.c.

Referenced by bpy_lib_enter().

◆ relpath

PyObject_HEAD char BPy_Library::relpath[FILE_MAX]

Definition at line 66 of file bpy_library_load.c.

Referenced by bpy_lib_enter().


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