Cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user