summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79050 from capnm/fix_teststr_whatYuri Sizov2023-07-051-4/+6
|\
| * Fix import hints that are followed by dot.number.Martin Capitanio2023-07-051-4/+6
* | Fix Import Tracks import setting for single clipLyuma2023-06-201-1/+1
* | Respect "compress_binary_resources" editor settingPatrick Gelvin2023-06-181-3/+9
|/
* Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-16/+16
* Add Mesh ConvexDecompositionSettings wrappersmix82023-04-071-14/+15
* gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma2023-04-031-5/+0
* Internal renames and cleanup in resource importer sceneAaron Franke2023-04-021-30/+28
* Fix a crash in the GLB importerGilles Roudière2023-02-271-0/+12
* Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde2023-02-231-3/+2
|\
| * import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma2023-02-231-3/+2
* | Add a property hint to fix crash when setting max convex hulls below 0Hugo Locurcio2023-02-231-1/+1
|/
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+1
* 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-311-1/+1
| |/ |/|
* | Merge pull request #72245 from JonqsGames/apply_root_scale_to_shapeRémi Verschelde2023-01-311-4/+9
|\ \
| * | Apply root scale to shape on importJoJoX2023-01-281-4/+9
| |/
* / Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-0/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+1
* Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde2022-11-291-13/+11
|\
| * Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-291-13/+11
* | Use a more specific type for Mesh create_(convex|trimesh)_shapeAaron Franke2022-11-251-1/+1
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
|/
* Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-2/+0
* Fix passed dict to internal_process() in importer plugin for animationSilc Renew2022-10-241-1/+1
* Add animation slices for individual animationsJuan Velandia2022-10-101-119/+118
* Fix LOD-generation on skinned meshes.SaracenOne2022-09-141-1/+35
* Importer option to apply the root basis for meshes/skins/animationsSaracenOne2022-09-051-6/+195
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-2/+2
* improve animation track optimizer algorithmSilc Renew2022-08-091-8/+8
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-4/+4
* add position track normalization & post process key value for retargetSilc Renew2022-07-261-84/+159
* Merge pull request #62622 from Rindbee/make-blend-import-preview-visibleRémi Verschelde2022-07-071-2/+7
|\
| * Make import preview of blend files visibleRindbee2022-07-021-2/+7
* | EditorScenePostImportPlugin: Return requested option valueDave Palais2022-07-061-4/+4
|/
* implement bone renamer in importerSilc Renew2022-07-011-13/+64
* Remake resource thread safety and APIreduz2022-06-221-2/+2
* restore vehicle+wheel importersJakob Gillich2022-06-111-0/+38
* Add a new HashSet templatereduz2022-05-201-2/+2
* Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde2022-05-181-1/+1
|\
| * Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-1/+1
* | Replace most uses of Map by HashMapreduz2022-05-161-18/+18
* | Add a new HashMap implementationreduz2022-05-121-4/+4
* | Merge pull request #58071 from Calinou/lightmapgi-tweak-default-texel-sizeRémi Verschelde2022-05-101-1/+1
|\ \ | |/ |/|
| * Increase the default texel size for lightmap bakingHugo Locurcio2022-02-141-1/+1
* | Cleanup metadata usagekobewi2022-05-061-20/+3