summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2023-05-12import: Fix Silhouette used incorrect index.Lyuma
2023-04-26[Image Font] Fix fractional ascent for font with odd height.bruvzg
2023-04-24Fix OBJ mesh importer smoothing handlingkleonc
2023-04-07gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma
2023-03-27More i18n improvementsHaoyu Qiu
2023-03-27Fix ResourceImporterLayeredTexture::import() high_quality typenikitalita
2023-02-27Fix a crash in the GLB importerGilles Roudière
2023-02-23Fix settings not appearing for Animation Libraries in the Scene Import windowhare_ware
2023-02-23Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde
2023-02-23Merge pull request #73687 from Calinou/editor-convex-import-fix-max-convex-hu...Rémi Verschelde
2023-02-23Add a property hint to fix crash when setting max convex hulls below 0Hugo Locurcio
2023-02-23import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma
2023-02-23import: Pass the correct defaults to generated collision shapes.Lyuma
2023-02-17Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde
2023-02-17Merge pull request #69810 from trollodel/scene_importer_material_crash_fixRémi Verschelde
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-02-10Merge pull request #71691 from hcoura/res-importer-gen-physics-mesh-only-when...Rémi Verschelde
2023-02-10Add some missing translatable editor stringsHaoyu Qiu
2023-02-09Improve some editor strings for localizationHaoyu Qiu
2023-02-08[Bitmap Font] Fix character count check.bruvzg
2023-02-06Use reimport_append api for importing embedded gltf imagesLyuma
2023-02-06Merge pull request #72455 from reduz/allow-reimport-appendingRémi Verschelde
2023-02-01Support reimport appendingJuan Linietsky
2023-02-01Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressedRémi Verschelde
2023-02-01gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma
2023-02-01Merge pull request #71409 from fire/escn-fixesRémi Verschelde
2023-01-31Use enum instead of int in virtual methods return typeRaul Santos
2023-01-31Merge pull request #72245 from JonqsGames/apply_root_scale_to_shapeRémi Verschelde
2023-01-30Refactor high quality texture importJuan Linietsky
2023-01-30Add remove immutable tracks option to glTF importerSilc Renew
2023-01-28Apply root scale to shape on importJoJoX
2023-01-27Handle gltf binaryK. S. Ernest (iFire) Lee
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-19Fix SceneImportSettings perf issuesHenrique Coura
2023-01-19Merge pull request #69288 from bruvzg/gde_low_level_funcsRémi Verschelde
2023-01-19[GDExtension] Expose some low level functions and String operators.bruvzg
2023-01-19Avoid importing MSVC obj filesMario Liebisch
2023-01-17Improve visibility of Actions button in Advanced import settings dialogHugo Locurcio
2023-01-17Merge pull request #70630 from asmaloney/importer-crash-null-mesh-nodeRémi Verschelde
2023-01-16obj: Avoid empty names and meshesrsjtdrjgfuzkfg
2023-01-14Fixes to ESCN importerK. S. Ernest (iFire) Lee
2023-01-13Avoid crashing when custom GLSL shaders are imported when using the gl_compat...clayjohn
2023-01-13Merge pull request #71033 from scurest/obj-vertex-colorRémi Verschelde
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07Mark OBJ vertex colors sRGB in materials (only if has vertex colors)scurest
2023-01-07Add vertex color support to OBJ importerscurest
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-27Fix crash in SceneImportSettings::_select when a mesh has a null mesh_nodeAndy Maloney
2022-12-21Merge pull request #70360 from dustinsth/fix_import_dialog_textRémi Verschelde
2022-12-20Fix overlapping text in Advanced Import Settings action dialogs.dustinsth