|
Blender
V2.93
|
#include <BLO_readfile.h>
Public Attributes | |
| struct Main * | main |
| struct UserDef * | user |
| int | fileflags |
| int | globalf |
| char | filename [1024] |
| struct bScreen * | curscreen |
| struct Scene * | curscene |
| struct ViewLayer * | cur_view_layer |
| eBlenFileType | type |
Definition at line 69 of file BLO_readfile.h.
| struct ViewLayer* BlendFileData::cur_view_layer |
Definition at line 79 of file BLO_readfile.h.
Referenced by BlendfileLoadingBaseTest::depsgraph_create(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), link_global(), read_global(), and setup_app_data().
| struct Scene* BlendFileData::curscene |
Definition at line 78 of file BLO_readfile.h.
Referenced by BLO_memfile_main_get(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), link_global(), read_global(), and setup_app_data().
| struct bScreen* BlendFileData::curscreen |
Definition at line 77 of file BLO_readfile.h.
Referenced by link_global(), read_global(), and setup_app_data().
| int BlendFileData::fileflags |
Definition at line 73 of file BLO_readfile.h.
Referenced by BKE_blendfile_workspace_config_write(), BKE_memfile_undo_decode(), BKE_memfile_undo_encode(), read_global(), and setup_app_data().
| char BlendFileData::filename[1024] |
Definition at line 75 of file BLO_readfile.h.
Referenced by BKE_memfile_undo_encode(), read_global(), and setup_app_data().
| int BlendFileData::globalf |
Definition at line 74 of file BLO_readfile.h.
Referenced by read_global(), and setup_app_data().
| struct Main* BlendFileData::main |
Definition at line 70 of file BLO_readfile.h.
Referenced by BKE_blendfile_read(), BKE_blendfile_read_from_memfile(), BKE_blendfile_read_setup_ex(), BKE_blendfile_userdef_read(), BKE_blendfile_userdef_read_from_memory(), BKE_blendfile_workspace_config_read(), BlendfileLoadingBaseTest::blendfile_free(), BLO_blendfiledata_free(), BLO_memfile_main_get(), blo_read_file_internal(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), load_main_from_memory(), read_global(), read_userdef(), and setup_app_data().
| eBlenFileType BlendFileData::type |
Definition at line 81 of file BLO_readfile.h.
Referenced by blo_read_file_internal().
| struct UserDef* BlendFileData::user |
Definition at line 71 of file BLO_readfile.h.
Referenced by BKE_blendfile_userdef_read(), BKE_blendfile_userdef_read_from_memory(), BLO_blendfiledata_free(), do_versions_userdef(), read_userdef(), and setup_app_userdef().