summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Merge pull request #93714 from Calinou/normal-map-invert-y-preserve-alpha-cha...Thaddeus Crews2024-11-181-1/+1
| |\
| | * Preserve existing alpha channel when using Normal Map Invert Y import optionHugo Locurcio2024-06-281-1/+1
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+34
|\| |
| * | Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessaryThaddeus Crews2024-11-131-2/+34
| |\ \
| | * | Downsample textures on import if necessary for technical reasonsHugo Locurcio2024-06-221-2/+34
| | |/
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\| |
| * | Allow passing UID to importerJuan2024-11-111-1/+1
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-6/+1
|\| |
| * | Merge pull request #97582 from BlueCube3310/basisu-hdrThaddeus Crews2024-10-141-5/+0
| |\ \
| | * | BasisU: Update to 1.50.0 and add HDR supportBlueCube33102024-10-121-5/+0
| * | | Fix 3D HDR texture import with lossless compressionBlueCube33102024-10-041-1/+1
| |/ /
* / / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* / Fix slow editor load on large projects (v2)Hilderin2024-09-251-8/+6
|/
* Improve memory usage for image import and PortableCompressedTexture2Daaronp642024-05-201-3/+3
* Improve editor theme generation after the refactorYuri Sizov2024-01-171-3/+3
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Return false when no '.editor.ctex' file exists so that the file will be reim...Marius Hanl2023-12-141-0/+4
* Add toaster notifications for import warning.Rakka Rage2023-12-051-3/+16
* Codestyle: Fix some comment issuesRémi Verschelde2023-11-211-8/+0
* Register and cleanup resource importer singletons in a predictable wayYuri Sizov2023-08-071-2/+4
* Added path to output of missing import texture metadataSpencer Chang2023-08-011-1/+1
* Fix life cycle of ResourceImporterTexture betterPedro J. Estébanez2023-07-281-2/+6
* Fix life cycle of ResourceImporterTexture not tracked properlyPedro J. Estébanez2023-07-271-0/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Check if the required texture format is imported in the export dialogAaron Franke2023-06-201-2/+3
* Split editor-specific import metadata for texturesYuri Sizov2023-05-261-9/+34
* Refactor high quality texture importJuan Linietsky2023-01-301-54/+60
* Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-10/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-8/+8
* Show svg import options in default settings.HolonProduction2022-10-081-1/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-15/+15
* Allow images to be imported "for editor use" and respect editor settingsYuri Sizov2022-09-071-62/+131
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-231-7/+22
* Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warningRémi Verschelde2022-08-061-1/+1
|\
| * Improve warning message for invalid desktop VRAM compression settingsHugo Locurcio2022-04-161-1/+1
* | Revert "Disable VRAM compression by default for small textures in Detect 3D"Juan Linietsky2022-06-201-36/+17
* | Disable VRAM compression by default for small textures in Detect 3DHugo Locurcio2022-06-141-17/+36
* | Add internationalization for Detect 3D texture import messagesHugo Locurcio2022-06-131-3/+3
* | Print messages when textures are detected as used in 3D/normal/roughnessHugo Locurcio2022-05-281-1/+7
* | Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* | Merge pull request #60549 from timothyqiu/import-preset-i18nRémi Verschelde2022-04-271-4/+4
|\ \
| * | Make more import preset name translatableHaoyu Qiu2022-04-271-4/+4
| |/
* | Merge pull request #58164 from Calinou/import-hdr-add-clamp-exposure-optionRémi Verschelde2022-04-271-0/+30
|\ \ | |/ |/|
| * Add an option to clamp HDR exposure to reduce environment firefliesHugo Locurcio2022-04-271-0/+30
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+3
* | Hide "Normal Map" import option when using lossless compression on TextureNicholas Huelin2022-03-281-0/+5
* | Remove unused Streamed option for textures in the Import dockHugo Locurcio2022-03-151-2/+2
|/