Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/intern/source/external_engine.c
| Context not available. | |||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "BKE_report.h" | #include "BKE_report.h" | ||||
| #include "BKE_scene.h" | #include "BKE_scene.h" | ||||
| #include "BKE_library.h" | |||||
| #include "IMB_imbuf.h" | #include "IMB_imbuf.h" | ||||
| #include "IMB_imbuf_types.h" | #include "IMB_imbuf_types.h" | ||||
| Context not available. | |||||
| BLI_remlink(&R_engines, type); | BLI_remlink(&R_engines, type); | ||||
| if (type->preview_main) | |||||
| BKE_main_free(type->preview_main); | |||||
| if (!(type->flag & RE_INTERNAL)) { | if (!(type->flag & RE_INTERNAL)) { | ||||
| if (type->ext.free) | if (type->ext.free) | ||||
| type->ext.free(type->ext.data); | type->ext.free(type->ext.data); | ||||
| Context not available. | |||||