summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
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-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
2022-12-20Disable properties that don't have an effect in the advanced audio importerMarcus Elg
2022-12-19Fix inconsistent audio import menu namingMarcus Elg
2022-12-14Clear animation map when import settings is openedbmolyneaux
2022-12-12Fix advanced font import dialog not saving outline sizes of pre-render config...bruvzg
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-11-29Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde
2022-11-29Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew
2022-11-28Merge pull request #69178 from aaronfranke/mesh-shapeRémi Verschelde
2022-11-25Use a more specific type for Mesh create_(convex|trimesh)_shapeAaron Franke
2022-11-24Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde
2022-11-21Code simplifications found by cppcheckMarkus Sauermann
2022-11-16Improve BoneRenamer to avoid conflicting with original bone nameSilc Renew
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-14Add more info to WAV import errorsalex-pahdo
2022-11-14Merge pull request #68470 from bruvzg/img_fnt_impRémi Verschelde
2022-11-14Merge pull request #68448 from bruvzg/font_imp_trRémi Verschelde
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-10[Font] Add an import option to pre-render all glyphs required for the transla...bruvzg
2022-11-10[Image Font Importer] Hide unused font size, add image and character margins.bruvzg
2022-11-04Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde
2022-11-04Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-iconRémi Verschelde
2022-11-03Fix missing Add icon in the editor font prerendering dialogHugo Locurcio
2022-11-03Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio
2022-11-01Rename Image's `get_rect` to `get_region`Micky