|
Blender
V3.3
|
#include <BLO_readfile.h>
Public Attributes | |
| struct Main * | main |
| struct UserDef * | user |
| int | fileflags |
| int | globalf |
| char | filepath [1024] |
| struct bScreen * | curscreen |
| struct Scene * | curscene |
| struct ViewLayer * | cur_view_layer |
| eBlenFileType | type |
Definition at line 55 of file BLO_readfile.h.
| struct ViewLayer* BlendFileData::cur_view_layer |
Definition at line 65 of file BLO_readfile.h.
Referenced by BlendfileLoadingBaseTest::depsgraph_create(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), blender::io::obj::obj_importer_test::import_and_check(), link_global(), read_global(), and setup_app_data().
| struct Scene* BlendFileData::curscene |
Definition at line 64 of file BLO_readfile.h.
Referenced by BLO_memfile_main_get(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), blender::io::obj::obj_importer_test::import_and_check(), link_global(), read_global(), and setup_app_data().
| struct bScreen* BlendFileData::curscreen |
Definition at line 63 of file BLO_readfile.h.
Referenced by link_global(), read_global(), and setup_app_data().
| int BlendFileData::fileflags |
Definition at line 59 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::filepath[1024] |
Definition at line 61 of file BLO_readfile.h.
Referenced by BKE_blendfile_read(), BKE_blendfile_userdef_read(), BKE_blendfile_userdef_write(), BKE_blendfile_userdef_write_all(), BKE_blendfile_userdef_write_app_template(), BKE_blendfile_workspace_config_read(), BKE_blendfile_workspace_config_write(), BKE_blendfile_write_partial(), BKE_memfile_undo_encode(), read_global(), setup_app_data(), and WM_file_read().
| int BlendFileData::globalf |
Definition at line 60 of file BLO_readfile.h.
Referenced by read_global(), and setup_app_data().
| struct Main* BlendFileData::main |
Definition at line 56 of file BLO_readfile.h.
Referenced by BKE_blendfile_read(), BKE_blendfile_read_from_memfile(), BKE_blendfile_read_from_memory(), 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(), blender::io::obj::obj_exporter_regression_test::compare_obj_export_to_golden(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), blender::io::obj::obj_importer_test::import_and_check(), blender::io::AbstractHierarchyIteratorTest::iterator_create(), load_main_from_memory(), read_global(), read_userdef(), and setup_app_data().
| eBlenFileType BlendFileData::type |
Definition at line 67 of file BLO_readfile.h.
Referenced by blo_read_file_internal().
| struct UserDef* BlendFileData::user |
Definition at line 57 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().