summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
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
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #67805 from TokageItLab/fix-postimport-anim-argRémi Verschelde
2022-10-28ResourceImporterLayeredTexture: rename compress modes to match enumDeeJayLSP
2022-10-27Merge pull request #67834 from Klowner/collada-closed-curves-16658Clay John
2022-10-24Handle closed splines in Collada importerMark Riedesel
2022-10-24Fix passed dict to internal_process() in importer plugin for animationSilc Renew
2022-10-21Clean up Basis from Euler codeAaron Franke
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-14Make some Image methods statickobewi
2022-10-10Add animation slices for individual animationsJuan Velandia
2022-10-08Show svg import options in default settings.HolonProduction
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-03Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde
2022-09-23Remove unused includes & move some includes to top of fileAndy Maloney
2022-09-22[Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...bruvzg
2022-09-17HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.bruvzg
2022-09-14Fix LOD-generation on skinned meshes.SaracenOne
2022-09-07Allow images to be imported "for editor use" and respect editor settingsYuri Sizov
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-06Merge pull request #60115 from V-Sekai/scene_scaleRémi Verschelde
2022-09-06Fix various uninitialized member pointersRémi Verschelde
2022-09-05Importer option to apply the root basis for meshes/skins/animationsSaracenOne