godot/editor/import
Hugo Locurcio 04d5626bc0
Disable VRAM compression by default for small textures in Detect 3D
This is done to prevent reducing texture quality when it doesn't save
much video memory, especially for pixel art.

The size threshold can be adjusted in the project settings.
To get the previous behavior where textures detected to be used in 3D
had their compression mode always set to VRAM, set this to the lowest value
(16).
2022-06-14 13:08:20 +02:00
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
collada.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
collada.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
dynamic_font_import_settings.cpp Merge pull request #61772 from bruvzg/ft_ot_collect 2022-06-13 11:13:05 +02:00
dynamic_font_import_settings.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
editor_import_collada.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_import_collada.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_import_plugin.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_import_plugin.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bitmask.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bitmask.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bmfont.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bmfont.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_csv_translation.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_csv_translation.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_dynamic_font.cpp [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.OTC). 2022-06-07 11:35:59 +03:00
resource_importer_dynamic_font.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_image.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_image.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_imagefont.cpp i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
resource_importer_imagefont.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_layered_texture.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_layered_texture.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_obj.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_obj.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_scene.cpp restore vehicle+wheel importers 2022-06-11 17:05:58 +02:00
resource_importer_scene.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_importer_shader_file.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_shader_file.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_texture_atlas.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_texture_atlas.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_texture.cpp Disable VRAM compression by default for small textures in Detect 3D 2022-06-14 13:08:20 +02:00
resource_importer_texture.h Disable VRAM compression by default for small textures in Detect 3D 2022-06-14 13:08:20 +02:00
resource_importer_wav.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_wav.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
scene_import_settings.cpp i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
scene_import_settings.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00