paint: add test01.c

This commit is contained in:
luboslenco
2026-04-14 19:42:57 +02:00
parent 99f516b4ed
commit 5f974b598b
2 changed files with 25 additions and 0 deletions
+7
View File
@@ -449,6 +449,13 @@ void export_texture_run_bake_material(char *path) {
void export_texture_run(char *path, bool bake_material) {
////
if (box_export_files == NULL) {
box_export_fetch_presets();
box_export_parse_preset();
}
////
if (bake_material) {
export_texture_run_bake_material(path);
}