|
Blender V4.3
|
#include <BLO_readfile.hh>
Public Attributes | |
| Main * | main |
| UserDef * | user |
| int | fileflags |
| int | globalf |
| char | filepath [1024] |
| bScreen * | curscreen |
| Scene * | curscene |
| ViewLayer * | cur_view_layer |
| eBlenFileType | type |
Definition at line 54 of file BLO_readfile.hh.
| ViewLayer* BlendFileData::cur_view_layer |
Layer to activate in workspaces when reading without UI.
Definition at line 71 of file BLO_readfile.hh.
Referenced by blo_read_file_internal(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::obj::OBJImportTest::import_and_check(), blender::io::stl::stl_importer_test::import_and_check(), link_global(), read_global(), and setup_app_data().
| Scene* BlendFileData::curscene |
Definition at line 69 of file BLO_readfile.hh.
Referenced by BlendfileLoadingBaseTest::blendfile_load(), BLO_memfile_main_get(), blo_read_file_internal(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::obj::OBJImportTest::import_and_check(), blender::io::stl::stl_importer_test::import_and_check(), link_global(), blender::io::usd::UsdCurvesTest::load_file_and_depsgraph(), blender::io::usd::UsdExportTest::load_file_and_depsgraph(), blender::io::usd::UsdUsdzExportTest::load_file_and_depsgraph(), read_global(), and setup_app_data().
| bScreen* BlendFileData::curscreen |
TODO: think this isn't needed anymore?
Definition at line 68 of file BLO_readfile.hh.
Referenced by link_global(), read_global(), and setup_app_data().
| int BlendFileData::fileflags |
Definition at line 58 of file BLO_readfile.hh.
Referenced by load_main_from_memory(), read_global(), and setup_app_data().
| char BlendFileData::filepath[1024] |
Typically the actual filepath of the read blend-file, except when recovering save-on-exit/autosave files. In the latter case, it will be the path of the file that generated the auto-saved one being recovered.
NOTE: Currently expected to be the same path as BlendFileData.filepath.
Definition at line 65 of file BLO_readfile.hh.
Referenced by blo_read_file_internal(), read_global(), and setup_app_data().
| int BlendFileData::globalf |
Definition at line 59 of file BLO_readfile.hh.
Referenced by read_global(), and setup_app_data().
| Main* BlendFileData::main |
Definition at line 55 of file BLO_readfile.hh.
Referenced by BKE_blendfile_read(), BKE_blendfile_read_from_memfile(), BKE_blendfile_read_from_memory(), BKE_blendfile_read_setup_readfile(), BKE_blendfile_userdef_read(), BKE_blendfile_userdef_read_from_memory(), BKE_blendfile_workspace_config_read(), BLO_blendfiledata_free(), BLO_memfile_main_get(), blo_read_file_internal(), blender::io::obj::OBJExportRegressionTest::compare_obj_export_to_golden(), blender::io::AbstractHierarchyIteratorInvisibleTest::depsgraph_create(), BlendfileLoadingBaseTest::depsgraph_create(), blender::io::obj::OBJImportTest::import_and_check(), blender::io::stl::stl_importer_test::import_and_check(), blender::io::AbstractHierarchyIteratorTest::iterator_create(), link_global(), blender::io::usd::UsdCurvesTest::load_file_and_depsgraph(), blender::io::usd::UsdExportTest::load_file_and_depsgraph(), blender::io::usd::UsdUsdzExportTest::load_file_and_depsgraph(), load_main_from_memory(), read_global(), read_userdef(), sequencer_clipboard_paste_exec(), and setup_app_data().
| eBlenFileType BlendFileData::type |
Definition at line 73 of file BLO_readfile.hh.
Referenced by blo_read_file_internal().
| UserDef* BlendFileData::user |
Definition at line 56 of file BLO_readfile.hh.
Referenced by BKE_blendfile_userdef_read(), BKE_blendfile_userdef_read_from_memory(), BLO_blendfiledata_free(), do_versions_userdef(), read_userdef(), and setup_app_userdef().