summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #81705 from AThousandShips/null_check_editorRémi Verschelde2023-09-163-8/+8
|\
| * [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-153-8/+8
* | Cleanup some GLOBAL_DEFskobewi2023-09-151-1/+1
|/
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Add EditorStringNames singletonkobewi2023-09-033-71/+74
* Register and cleanup resource importer singletons in a predictable wayYuri Sizov2023-08-076-12/+35
* Merge pull request #79774 from aaronfranke/scene-import-root-type-nameRémi Verschelde2023-08-021-28/+32
|\
| * Improve overriding the root type or root name in the scene importerAaron Franke2023-08-011-28/+32
* | Merge pull request #79907 from kdiduk/fix-advanced-scene-reimport-default-set...Aaron Franke2023-08-011-1/+1
|\ \ | |/ |/|
| * [bugfix] Fix reimporting scene withh default values selectedKirill Diduk2023-07-281-1/+1
* | Merge pull request #80107 from Spycemyster/reimport-path-messageYuri Sizov2023-08-011-1/+1
|\ \
| * | Added path to output of missing import texture metadataSpencer Chang2023-08-011-1/+1
* | | Merge pull request #77533 from EMBYRDEV/phys-mat-import-optionYuri Sizov2023-08-011-3/+19
|\ \ \ | |/ / |/| |
| * | Add Additional Physics Options to Scene Importer.Hannah Crawford2023-05-271-3/+19
* | | 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
* | Fix typo in ResourceImporterImageFontHaoyu Qiu2023-07-211-1/+1
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-143-1/+5
* | Merge pull request #76367 from Chaosus/import_settings_animation_playbackYuri Sizov2023-07-122-11/+226
|\ \
| * | Add animation playback preview to scene import settingsYuri Rubinsky2023-06-132-11/+226
* | | Merge pull request #79050 from capnm/fix_teststr_whatYuri Sizov2023-07-051-4/+6
|\ \ \
| * | | Fix import hints that are followed by dot.number.Martin Capitanio2023-07-051-4/+6
* | | | Bounds fixes in `TextureAtlas` importNinni Pipping2023-06-221-9/+15
* | | | Fix Import Tracks import setting for single clipLyuma2023-06-201-1/+1
* | | | Check if the required texture format is imported in the export dialogAaron Franke2023-06-204-5/+102
* | | | Improve error reporting when parsing CSV translation fileandybarcia2023-06-191-6/+5
* | | | Merge pull request #76630 from gelvinp/respect-binary-compressRémi Verschelde2023-06-181-3/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Respect "compress_binary_resources" editor settingPatrick Gelvin2023-06-181-3/+9
* | | | Merge pull request #75261 from AThousandShips/wav_trimRémi Verschelde2023-06-091-1/+1
|\ \ \ \
| * | | | Fix trim when importing WAVNinni Pipping2023-03-231-1/+1
* | | | | Merge pull request #77663 from RedworkDE/audiostream-preview-crashRémi Verschelde2023-06-011-4/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix crash in AudioStream previewRedworkDE2023-05-301-4/+5
* | | | | Fix issues found by a static analyzerbitsawer2023-05-301-2/+2
|/ / / /
* | | / Split editor-specific import metadata for texturesYuri Sizov2023-05-262-9/+36
| |_|/ |/| |
* | | Avoid doubly mutating the same Skin in rest fixerLyuma2023-05-261-3/+5
* | | Adjust BoneAttachment3D children/meshes during rest fixerLyuma2023-05-161-47/+35
* | | Merge pull request #76989 from dalexeev/fix-draw-multiline-colors-usageRémi Verschelde2023-05-151-11/+10
|\ \ \
| * | | Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-11/+10
* | | | Merge pull request #77042 from dioptryk/obj-vertex-colors-masterRémi Verschelde2023-05-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for non-standard OBJ vertex entriesBartłomiej Karwacki2023-05-131-1/+1
| | |/ | |/|
* | | Enhance thread safety of loaders and importersPedro J. Estébanez2023-05-122-8/+1
* | | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-112-540/+540
* | | Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-292-17/+0
|/ /
* | Merge pull request #76499 from lyuma/fix_silhouette_fixerRémi Verschelde2023-04-271-1/+1
|\ \
| * | import: Fix Silhouette used incorrect index.Lyuma2023-04-271-1/+1
* | | Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-16/+16
* | | [Image Font] Fix fractional ascent for font with odd height.bruvzg2023-04-161-1/+1
* | | Merge pull request #75315 from kleonc/obj-importer-fix-no-smoothing-handlingRémi Verschelde2023-04-131-5/+5
|\ \ \
| * | | Fix OBJ mesh importer smoothing handlingkleonc2023-03-251-5/+5
| | |/ | |/|