summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Return false when no '.editor.ctex' file exists so that the file will be reim...Marius Hanl2023-12-141-0/+4
* Merge pull request #85807 from rakkarage/import-warningRémi Verschelde2023-12-121-3/+16
|\
| * Add toaster notifications for import warning.Rakka Rage2023-12-051-3/+16
* | Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-112-20/+25
* | Merge pull request #82899 from aaronfranke/import-settings-dialogsRémi Verschelde2023-12-128-166/+166
|\ \ | |/ |/|
| * Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-268-166/+166
* | Merge pull request #85556 from bs-mwoerner/wav-import-fixRémi Verschelde2023-12-041-1/+3
|\ \
| * | Fixed reading WAV files with odd chunk sizes.Michael Wörner2023-12-041-1/+3
| |/
* | Merge pull request #85061 from SaracenOne/imported_slices_fixRémi Verschelde2023-12-041-0/+2
|\ \ | |/ |/|
| * Fix imported track flag on sliced animations.Saracen2023-11-181-0/+2
* | 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
|\ \