![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| PyObject_HEAD char | relpath [FILE_MAX] |
| char | abspath [FILE_MAX] |
| BlendHandle * | blo_handle |
| int | flag |
| PyObject * | dict |
Definition at line 64 of file bpy_library.c.
| char BPy_Library::abspath[FILE_MAX] |
Definition at line 68 of file bpy_library.c.
Referenced by bpy_lib_enter(), and bpy_lib_load().
Definition at line 69 of file bpy_library.c.
Referenced by bpy_lib_enter(), and bpy_lib_load().
| PyObject* BPy_Library::dict |
Definition at line 71 of file bpy_library.c.
Referenced by bpy_lib_enter(), and bpy_lib_load().
Definition at line 70 of file bpy_library.c.
Referenced by bpy_lib_enter(), and bpy_lib_load().
| PyObject_HEAD char BPy_Library::relpath[FILE_MAX] |
Definition at line 67 of file bpy_library.c.
Referenced by bpy_lib_enter(), and bpy_lib_load().