summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashing when custom GLSL shaders are imported when using the gl_compat...clayjohn2023-01-131-0/+1
* Merge pull request #71033 from scurest/obj-vertex-colorRémi Verschelde2023-01-131-1/+22
|\
| * Mark OBJ vertex colors sRGB in materials (only if has vertex colors)scurest2023-01-071-1/+5
| * Add vertex color support to OBJ importerscurest2023-01-071-0/+17
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-0544-1276/+1276
* Merge pull request #70360 from dustinsth/fix_import_dialog_textRémi Verschelde2022-12-211-3/+3
|\
| * Fix overlapping text in Advanced Import Settings action dialogs.dustinsth2022-12-201-3/+3
* | Disable properties that don't have an effect in the advanced audio importerMarcus Elg2022-12-201-17/+21
|/
* Fix inconsistent audio import menu namingMarcus Elg2022-12-191-2/+2
* Clear animation map when import settings is openedbmolyneaux2022-12-141-0/+1
* Fix advanced font import dialog not saving outline sizes of pre-render config...bruvzg2022-12-121-1/+10
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-045-3/+13
* Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde2022-11-296-24/+22
|\
| * Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-296-24/+22
* | Merge pull request #69178 from aaronfranke/mesh-shapeRémi Verschelde2022-11-281-1/+1
|\ \
| * | Use a more specific type for Mesh create_(convex|trimesh)_shapeAaron Franke2022-11-251-1/+1
* | | Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde2022-11-244-4/+4
|/ /
* | Code simplifications found by cppcheckMarkus Sauermann2022-11-211-3/+1
* | Improve BoneRenamer to avoid conflicting with original bone nameSilc Renew2022-11-162-72/+138
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* | Add more info to WAV import errorsalex-pahdo2022-11-141-5/+5
* | Merge pull request #68470 from bruvzg/img_fnt_impRémi Verschelde2022-11-141-21/+28
|\ \
| * | [Image Font Importer] Hide unused font size, add image and character margins.bruvzg2022-11-101-21/+28
* | | Merge pull request #68448 from bruvzg/font_imp_trRémi Verschelde2022-11-142-20/+173
|\ \ \ | |_|/ |/| |
| * | [Font] Add an import option to pre-render all glyphs required for the transla...bruvzg2022-11-102-20/+173
| |/
* / Use forward-declarations in EditorPlugin where possibletrollodel2022-11-112-0/+4
|/
* Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-2/+0
* Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-iconRémi Verschelde2022-11-041-8/+8
|\
| * Fix missing Add icon in the editor font prerendering dialogHugo Locurcio2022-11-031-8/+8
* | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-032-6/+9
|/
* Rename Image's `get_rect` to `get_region`Micky2022-11-011-1/+1
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-312-13/+13
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-13/+13
* | Merge pull request #67805 from TokageItLab/fix-postimport-anim-argRémi Verschelde2022-10-311-1/+1
|\ \
| * | Fix passed dict to internal_process() in importer plugin for animationSilc Renew2022-10-241-1/+1
| |/
* | ResourceImporterLayeredTexture: rename compress modes to match enumDeeJayLSP2022-10-281-1/+1
* | Merge pull request #67834 from Klowner/collada-closed-curves-16658Clay John2022-10-272-0/+8
|\ \
| * | Handle closed splines in Collada importerMark Riedesel2022-10-242-0/+8
| |/
* / Clean up Basis from Euler codeAaron Franke2022-10-211-1/+1
|/
* Make some Image methods statickobewi2022-10-142-6/+2
* Add animation slices for individual animationsJuan Velandia2022-10-102-120/+119
* Show svg import options in default settings.HolonProduction2022-10-081-1/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-075-39/+39
* Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde2022-10-031-8/+0
* Remove unused includes & move some includes to top of fileAndy Maloney2022-09-231-7/+4
* [Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...bruvzg2022-09-221-0/+1
* HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.bruvzg2022-09-171-0/+7
* Fix LOD-generation on skinned meshes.SaracenOne2022-09-142-1/+37
* Allow images to be imported "for editor use" and respect editor settingsYuri Sizov2022-09-071-62/+131