virtualx-engine/editor/export
Juan Linietsky 28f51ba547 Refactor high quality texture import
* Only two texture import modes for low/high quality now:
  * S3TC/BPTC
  * ETC2/ASTC
* Makes sense given this is the general preferred and most compatible combination in most platforms.
* Removed lossy_quality from VRAM texture compression options. It was unused everywhere.
* Added a new "high_quality" option to texture import. When enabled, it uses BPTC/ASTC (BC7/ASTC4x4) instead of S3TC/ETC2 (DXT1-5/ETC2,ETCA).
* Changed MacOS export settings so required texture formats depend on the architecture selected.

This solves the following problems:

* Makes it simpler to import textures as high quality, without having to worry about the specific format used.
* As the editor can now run on platforms such as web, Mac OS with Apple Silicion and Android, it should no longer be assumed that S3TC/BPTC is available by default for it.
2023-01-30 15:53:23 +01:00
..
editor_export.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
editor_export.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_export_platform.cpp [SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display. 2023-01-27 10:24:15 +02:00
editor_export_platform.h Refactor high quality texture import 2023-01-30 15:53:23 +01:00
editor_export_platform_pc.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_export_platform_pc.h Merge pull request #63312 from bruvzg/one_click 2023-01-13 18:00:18 +01:00
editor_export_plugin.cpp Merge pull request #70377 from dsnopek/server-export-mk2 2023-01-23 22:13:28 +01:00
editor_export_plugin.h Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
editor_export_preset.cpp Merge pull request #70377 from dsnopek/server-export-mk2 2023-01-23 22:13:28 +01:00
editor_export_preset.h Merge pull request #70377 from dsnopek/server-export-mk2 2023-01-23 22:13:28 +01:00
editor_export_shared_object.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
export_template_manager.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
export_template_manager.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
project_export.cpp Merge pull request #70377 from dsnopek/server-export-mk2 2023-01-23 22:13:28 +01:00
project_export.h Merge pull request #70377 from dsnopek/server-export-mk2 2023-01-23 22:13:28 +01:00
SCsub Split up editor export code into multiple files 2022-07-26 08:28:19 -05:00