summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-112-2/+2
|\ \ \
| * | | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-072-2/+2
* | | | Add Mesh ConvexDecompositionSettings wrappersmix82023-04-072-35/+37
|/ / /
* | | Merge pull request #75636 from lyuma/advanced_importer_extract_textures_fixRémi Verschelde2023-04-051-5/+0
|\ \ \
| * | | gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma2023-04-031-5/+0
| | |/ | |/|
* / | Fix premature theme item access in editor toolsYuri Sizov2023-04-032-8/+7
|/ /
* | Internal renames and cleanup in resource importer sceneAaron Franke2023-04-021-30/+28
* | More i18n improvementsHaoyu Qiu2023-03-271-14/+14
* | Fix ResourceImporterLayeredTexture::import() high_quality typenikitalita2023-03-251-1/+1
|/
* 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
| | |/ / | |/| |