summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
* Merge pull request #92196 from lyuma/gltf_anim_library_import_as_bonesRémi Verschelde2024-05-231-1/+1
|\
| * Support Import As Skeleton Bones on glTF and AnimationLibrary importLyuma2024-05-211-1/+1
* | Merge pull request #92179 from aaronp64/image_import_memoryRémi Verschelde2024-05-221-3/+3
|\ \
| * | Improve memory usage for image import and PortableCompressedTexture2Daaronp642024-05-201-3/+3
| |/
* / fbx: change import option defaultsLyuma2024-05-211-1/+2
|/
* Merge pull request #92012 from lyuma/rest_fixer_anim_scaleRémi Verschelde2024-05-171-1/+1
|\
| * rest fixer: Apply orthonormalized scale to animsLyuma2024-05-161-1/+1
* | Merge pull request #90647 from Gaktan/masterRémi Verschelde2024-05-171-12/+20
|\ \ | |/ |/|
| * Fixed decimal and hex ranges not working with image fontsGaktan2024-05-131-12/+20
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-143-15/+15
* | Use Core/Scene stringnames consistentlykobewi2024-05-133-11/+11
|/
* Editor: Disallow font image rows/columns to be zero or lessAlistair Leslie-Hughes2024-05-121-2/+4
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-082-5/+5
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-082-5/+5
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-2/+2
|/
* Keep global rest of unmapped bones if no mapped bone descendantsyds2024-05-071-7/+48
* Merge pull request #91641 from TokageItLab/silhouette-visibilityRémi Verschelde2024-05-072-1/+15
|\
| * Make silhouette fixer option visibility dependent on availabilitySilc Lizard (Tokage) Renew2024-05-072-1/+15
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-4/+4
|/
* Merge pull request #89461 from Calinou/3d-import-collision-default-trimeshRémi Verschelde2024-05-042-3/+3
|\
| * Default to trimesh for generated collision shapes in Advanced Import SettingsHugo Locurcio2024-03-142-3/+3
* | Merge pull request #91014 from DeeJayLSP/qoa-wav-playbackRémi Verschelde2024-05-021-8/+26
|\ \
| * | Add QOA (Quite OK Audio) as a WAV compression modeDeeJayLSP2024-05-011-8/+26
* | | Merge pull request #91214 from DeeJayLSP/patch-1Rémi Verschelde2024-04-291-3/+1
|\ \ \
| * | | ResourceImporterWAV: remove unnecessary var declarationDouglas Leão2024-04-261-3/+1
* | | | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
|/ / /
* | | Merge pull request #90894 from lyuma/animation_step_30Rémi Verschelde2024-04-242-0/+2
|\ \ \
| * | | Set animation step from importers. Increase default step from 10 to 30 FPS.Lyuma2024-04-192-0/+2
| |/ /
* | | Merge pull request #90748 from aaronfranke/fix-basis-scale-globalRémi Verschelde2024-04-221-3/+3
|\ \ \
| * | | Fix incorrect name of Basis global scale getterAaron Franke2024-04-161-3/+3
* | | | Fix import and saving related crashesA Thousand Ships2024-04-221-1/+1
* | | | Make Advanced Import lights more like the mesh and material editorsJeronimo Schreyer2024-04-162-5/+84
| |/ / |/| |
* | | Remove unused Make Streamable option from scene import dialogHugo Locurcio2024-04-161-2/+1
|/ /
* | Merge pull request #75787 from Calinou/advanced-import-settings-tweak-environ...Rémi Verschelde2024-04-132-0/+26
|\ \
| * | Tweak environment in the Advanced Import Settings dialogHugo Locurcio2024-04-092-0/+26
* | | Disable mesh compression if vertex position.z is always 0jsjtxietian2024-04-102-1/+25
|/ /
* | Merge pull request #89573 from timothyqiu/hopRémi Verschelde2024-04-081-1/+2
|\ \
| * | Fix crash when columns are skipped in csv translationHaoyu Qiu2024-03-161-1/+2
* | | Merge pull request #90065 from lyuma/rest_fixer_scaled_positionRémi Verschelde2024-04-041-41/+46
|\ \ \
| * | | Fix 2 bugs with scale of position tracks in rest fixerLyuma2024-03-301-41/+46
* | | | Merge pull request #90064 from lyuma/remove_immutable_postRémi Verschelde2024-04-042-6/+163
|\ \ \ \
| * | | | Apply "Remove Immutable Tracks" after post-import.Lyuma2024-03-302-6/+163
| |/ / /
* / / / Fix Set Animation Save Paths breaking on WindowsAlexOtsuka2024-03-311-0/+3
|/ / /
* | | Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-232-0/+8
|\ \ \
| * | | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-182-0/+8
| |/ /
* | | Merge pull request #88824 from V-Sekai/retarget_silhouette_templateRémi Verschelde2024-03-232-10/+248
|\ \ \
| * | | Option to use Animation as skeleton rest silhouette.Lyuma2024-03-232-10/+248
| |/ /
* / / Add option to import skeleton rest as RESET animationLyuma2024-03-194-5/+87
|/ /
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-141-4/+4
|\ \ | |/ |/|