Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/BLO_readfile.h
| Context not available. | |||||
| /* Update defaults in startup.blend, without having to save and embed it */ | /* Update defaults in startup.blend, without having to save and embed it */ | ||||
| void BLO_update_defaults_startup_blend(struct Main *mainvar); | void BLO_update_defaults_startup_blend(struct Main *mainvar); | ||||
| /* Loads Main from file. Used for preview file loading */ | |||||
| struct Main *BLO_load_main_from_file(const char *filepath); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||