summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in the GLB importerGilles Roudière2023-02-271-0/+12
* Fix settings not appearing for Animation Libraries in the Scene Import windowhare_ware2023-02-231-0/+3
* Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde2023-02-233-6/+43
|\
| * import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma2023-02-233-6/+43
* | Merge pull request #73687 from Calinou/editor-convex-import-fix-max-convex-hu...Rémi Verschelde2023-02-232-2/+2
|\ \
| * | Add a property hint to fix crash when setting max convex hulls below 0Hugo Locurcio2023-02-232-2/+2
| |/
* / import: Pass the correct defaults to generated collision shapes.Lyuma2023-02-231-0/+12
|/
* Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-0/+1
|\
| * Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+1
* | Merge pull request #69810 from trollodel/scene_importer_material_crash_fixRémi Verschelde2023-02-172-9/+9
|\ \ | |/ |/|
| * Ensure that generated import IDs are uniquetrollodel2022-12-092-9/+9
* | Merge pull request #71691 from hcoura/res-importer-gen-physics-mesh-only-when...Rémi Verschelde2023-02-102-3/+16
|\ \
| * | Fix SceneImportSettings perf issuesHenrique Coura2023-01-192-3/+16
* | | Add some missing translatable editor stringsHaoyu Qiu2023-02-101-0/+14
* | | Improve some editor strings for localizationHaoyu Qiu2023-02-091-3/+3
* | | [Bitmap Font] Fix character count check.bruvzg2023-02-081-1/+1
* | | Use reimport_append api for importing embedded gltf imagesLyuma2023-02-062-7/+7
* | | Merge pull request #72455 from reduz/allow-reimport-appendingRémi Verschelde2023-02-062-0/+19
|\ \ \
| * | | Support reimport appendingJuan Linietsky2023-02-012-0/+19
* | | | Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressedRémi Verschelde2023-02-011-1/+8
|\ \ \ \
| * | | | gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma2023-02-011-1/+8
| |/ / /
* | | | Merge pull request #71409 from fire/escn-fixesRémi Verschelde2023-02-011-1/+51
|\ \ \ \
| * | | | Fixes to ESCN importerK. S. Ernest (iFire) Lee2023-01-141-1/+51
* | | | | Use enum instead of int in virtual methods return typeRaul Santos2023-01-314-7/+5
| |/ / / |/| | |
* | | | Merge pull request #72245 from JonqsGames/apply_root_scale_to_shapeRémi Verschelde2023-01-313-14/+19
|\ \ \ \
| * | | | Apply root scale to shape on importJoJoX2023-01-283-14/+19
* | | | | Refactor high quality texture importJuan Linietsky2023-01-303-104/+136
* | | | | Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-0/+1
|/ / / /
* | | | Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-10/+6
* | | | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
| |/ / |/| |
* | | Merge pull request #69288 from bruvzg/gde_low_level_funcsRémi Verschelde2023-01-191-82/+82
|\ \ \
| * | | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-82/+82
* | | | Avoid importing MSVC obj filesMario Liebisch2023-01-191-0/+14
|/ / /
* | | Improve visibility of Actions button in Advanced import settings dialogHugo Locurcio2023-01-171-0/+6
* | | Merge pull request #70630 from asmaloney/importer-crash-null-mesh-nodeRémi Verschelde2023-01-171-9/+11
|\ \ \
| * | | Fix crash in SceneImportSettings::_select when a mesh has a null mesh_nodeAndy Maloney2022-12-271-9/+11
* | | | obj: Avoid empty names and meshesrsjtdrjgfuzkfg2023-01-161-4/+9
* | | | 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