summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Codestyle: Fix some comment issuesRémi Verschelde2023-11-211-8/+0
* Fix Resource Importer use after freeAlistair Leslie-Hughes2023-11-142-3/+5
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-3/+3
* Fix stuck cursor in Advanced Scene ImporterMarkus Sauermann2023-11-091-0/+3
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-032-2/+10
* Merge pull request #83036 from jsjtxietian/move-animation-slice-processing-to...Yuri Sizov2023-11-031-32/+28
|\
| * Move animation slice processing to _post_fix_animationsjsjtxietian2023-10-091-32/+28
* | Merge pull request #84252 from clayjohn/ensure_tangentsRémi Verschelde2023-11-022-4/+23
|\ \
| * | Enhance checks and user experience around tangents.clayjohn2023-11-012-4/+23
* | | Merge pull request #83600 from jsjtxietian/make-translation-import-more-robustRémi Verschelde2023-11-021-1/+10
|\ \ \ | |/ / |/| |
| * | Make translation importer skip not-supported lang tagjsjtxietian2023-10-201-1/+10
* | | Merge pull request #83764 from timothyqiu/suffix-onlyRémi Verschelde2023-10-261-1/+5
|\ \ \
| * | | Fix infinite loop when importing 3D object named "-colonly"Haoyu Qiu2023-10-221-1/+5
* | | | Add method check for _notify_skeleton_bones_renamed.Saracen2023-10-261-7/+6
* | | | Some more fixes for compressed meshesclayjohn2023-10-242-7/+7
* | | | Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
|/ / /
* / / Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-193-25/+34
|/ /
* | [Bitmap fonts] Add support for scaling.bruvzg2023-10-132-0/+6
* | Cleanup instances of using uint32_t for mesh formatsClay2023-10-122-4/+4
* | Merge pull request #83076 from SaracenOne/make_rest_fixer_tracks_importedRémi Verschelde2023-10-101-0/+1
|\ \
| * | Set new RestFixer tracks as importedSaracen2023-10-091-0/+1
| |/
* / Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-082-2/+2
|/
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-054-10/+38
* Add vararg call() method to C++ Callablekobewi2023-10-051-9/+2
* Fixed the Advanced Import Settings window's camera rotation order in the 3D v...Shnazzy2023-09-291-1/+1
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-294-10/+10
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+2
* Merge pull request #82302 from MewPurPur/alt-font-iconRémi Verschelde2023-09-251-2/+2
|\
| * Add white Font and Mesh iconsMewPurPur2023-09-251-2/+2
* | Merge pull request #82190 from BlueCube3310/aabb-import-shadows-disableRémi Verschelde2023-09-241-0/+1
|\ \
| * | Disable bounding box shadows for advanced scene importerBlueCube33102023-09-231-0/+1
| |/
* | Merge pull request #78803 from EMBYRDEV/additional-mesh-import-optionsRémi Verschelde2023-09-241-0/+50
|\ \ | |/ |/|
| * Add layer, shadow and visibility range options to Scene Importer.Hannah Crawford2023-06-281-0/+50
* | 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