| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #79050 from capnm/fix_teststr_what | Yuri Sizov | 2023-07-05 | 1 | -4/+6 |
|\ |
|
| * | Fix import hints that are followed by dot.number. | Martin Capitanio | 2023-07-05 | 1 | -4/+6 |
* | | Fix Import Tracks import setting for single clip | Lyuma | 2023-06-20 | 1 | -1/+1 |
* | | Respect "compress_binary_resources" editor setting | Patrick Gelvin | 2023-06-18 | 1 | -3/+9 |
|/ |
|
* | Expose interpolation methods for 3D track in Animation class | Silc Renew | 2023-04-25 | 1 | -16/+16 |
* | Add Mesh ConvexDecompositionSettings wrapper | smix8 | 2023-04-07 | 1 | -14/+15 |
* | gltf: Remove obsolete hack to embed gltf textures in advanced import | Lyuma | 2023-04-03 | 1 | -5/+0 |
* | Internal renames and cleanup in resource importer scene | Aaron Franke | 2023-04-02 | 1 | -30/+28 |
* | Fix a crash in the GLB importer | Gilles Roudière | 2023-02-27 | 1 | -0/+12 |
* | Merge pull request #73814 from lyuma/importer_mesh_convex | Rémi Verschelde | 2023-02-23 | 1 | -3/+2 |
|\ |
|
| * | import: Fix uv2 by avoiding premature ImporterMesh::get_mesh() | Lyuma | 2023-02-23 | 1 | -3/+2 |
* | | Add a property hint to fix crash when setting max convex hulls below 0 | Hugo Locurcio | 2023-02-23 | 1 | -1/+1 |
|/ |
|
* | Improvements and fixes based on Weblate comments | Haoyu Qiu | 2023-02-13 | 1 | -0/+1 |
* | Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressed | Rémi Verschelde | 2023-02-01 | 1 | -1/+8 |
|\ |
|
| * | gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED | Lyuma | 2023-02-01 | 1 | -1/+8 |
* | | Merge pull request #71409 from fire/escn-fixes | Rémi Verschelde | 2023-02-01 | 1 | -1/+51 |
|\ \ |
|
| * | | Fixes to ESCN importer | K. S. Ernest (iFire) Lee | 2023-01-14 | 1 | -1/+51 |
* | | | Use enum instead of int in virtual methods return type | Raul Santos | 2023-01-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #72245 from JonqsGames/apply_root_scale_to_shape | Rémi Verschelde | 2023-01-31 | 1 | -4/+9 |
|\ \ |
|
| * | | Apply root scale to shape on import | JoJoX | 2023-01-28 | 1 | -4/+9 |
| |/ |
|
* / | Add remove immutable tracks option to glTF importer | Silc Renew | 2023-01-30 | 1 | -0/+1 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -1/+1 |
* | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde | 2022-11-29 | 1 | -13/+11 |
|\ |
|
| * | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew | 2022-11-29 | 1 | -13/+11 |
* | | Use a more specific type for Mesh create_(convex|trimesh)_shape | Aaron Franke | 2022-11-25 | 1 | -1/+1 |
* | | Remove redundant Variant-types initializations | Markus Sauermann | 2022-11-14 | 1 | -1/+1 |
|/ |
|
* | Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 | Rémi Verschelde | 2022-11-04 | 1 | -2/+0 |
* | Fix passed dict to internal_process() in importer plugin for animation | Silc Renew | 2022-10-24 | 1 | -1/+1 |
* | Add animation slices for individual animations | Juan Velandia | 2022-10-10 | 1 | -119/+118 |
* | Fix LOD-generation on skinned meshes. | SaracenOne | 2022-09-14 | 1 | -1/+35 |
* | Importer option to apply the root basis for meshes/skins/animations | SaracenOne | 2022-09-05 | 1 | -6/+195 |
* | Restore RigidBody2/3D, SoftBody names in physics | fabriceci | 2022-08-26 | 1 | -2/+2 |
* | improve animation track optimizer algorithm | Silc Renew | 2022-08-09 | 1 | -8/+8 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -4/+4 |
* | add position track normalization & post process key value for retarget | Silc Renew | 2022-07-26 | 1 | -84/+159 |
* | Merge pull request #62622 from Rindbee/make-blend-import-preview-visible | Rémi Verschelde | 2022-07-07 | 1 | -2/+7 |
|\ |
|
| * | Make import preview of blend files visible | Rindbee | 2022-07-02 | 1 | -2/+7 |
* | | EditorScenePostImportPlugin: Return requested option value | Dave Palais | 2022-07-06 | 1 | -4/+4 |
|/ |
|
* | implement bone renamer in importer | Silc Renew | 2022-07-01 | 1 | -13/+64 |
* | Remake resource thread safety and API | reduz | 2022-06-22 | 1 | -2/+2 |
* | restore vehicle+wheel importers | Jakob Gillich | 2022-06-11 | 1 | -0/+38 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -2/+2 |
* | Merge pull request #60774 from TokageItLab/root-seek-mode | Rémi Verschelde | 2022-05-18 | 1 | -1/+1 |
|\ |
|
| * | Fixed delta & Implement selection of whether or not to seek root | Silc Renew | 2022-05-09 | 1 | -1/+1 |
* | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -18/+18 |
* | | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -4/+4 |
* | | Merge pull request #58071 from Calinou/lightmapgi-tweak-default-texel-size | Rémi Verschelde | 2022-05-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Increase the default texel size for lightmap baking | Hugo Locurcio | 2022-02-14 | 1 | -1/+1 |
* | | Cleanup metadata usage | kobewi | 2022-05-06 | 1 | -20/+3 |