This commit is contained in:
luboslenco
2025-09-28 20:48:05 +02:00
parent f297468fa8
commit 8c10b2b4e1
12 changed files with 6181 additions and 6182 deletions
-2
View File
@@ -2,7 +2,6 @@
let box_export_htab: ui_handle_t = ui_handle_create();
let box_export_files: string[] = null;
let box_export_mesh_handle: ui_handle_t = ui_handle_create();
let box_export_hpreset: ui_handle_t = ui_handle_create();
let box_export_preset: export_preset_t = null;
let box_export_channels: string[] = [
@@ -28,7 +27,6 @@ let box_export_color_spaces: string[] = [
"linear",
"srgb"
];
let _box_export_bake_material: bool;
let _box_export_t: export_preset_texture_t;
let _box_export_apply_displacement: bool;