Blender  V3.3
BLO_blend_validate.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 
4 #pragma once
5 
12 struct Main;
13 struct ReportList;
14 
19 bool BLO_main_validate_libraries(struct Main *bmain, struct ReportList *reports);
23 bool BLO_main_validate_shapekeys(struct Main *bmain, struct ReportList *reports);
31 void BLO_main_validate_embedded_liboverrides(struct Main *bmain, struct ReportList *reports);
bool BLO_main_validate_shapekeys(struct Main *bmain, struct ReportList *reports)
void BLO_main_validate_embedded_liboverrides(struct Main *bmain, struct ReportList *reports)
bool BLO_main_validate_libraries(struct Main *bmain, struct ReportList *reports)
Definition: BKE_main.h:121