summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_scene.cpp
AgeCommit message (Expand)Author
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-04Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde
2022-10-24Fix passed dict to internal_process() in importer plugin for animationSilc Renew
2022-10-10Add animation slices for individual animationsJuan Velandia
2022-09-14Fix LOD-generation on skinned meshes.SaracenOne
2022-09-05Importer option to apply the root basis for meshes/skins/animationsSaracenOne
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-08-09improve animation track optimizer algorithmSilc Renew
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-26add position track normalization & post process key value for retargetSilc Renew
2022-07-07Merge pull request #62622 from Rindbee/make-blend-import-preview-visibleRémi Verschelde
2022-07-06EditorScenePostImportPlugin: Return requested option valueDave Palais
2022-07-02Make import preview of blend files visibleRindbee
2022-07-01implement bone renamer in importerSilc Renew
2022-06-22Remake resource thread safety and APIreduz
2022-06-11restore vehicle+wheel importersJakob Gillich
2022-05-20Add a new HashSet templatereduz
2022-05-18Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-10Merge pull request #58071 from Calinou/lightmapgi-tweak-default-texel-sizeRémi Verschelde
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-05-06Cleanup metadata usagekobewi
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-13Import scenes as AnimationLibraryreduz
2022-04-11Merge pull request #59980 from reduz/animation-librariesRémi Verschelde
2022-04-11Implement Animation Librariesreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-02-25Allow automatic lod when importing 3D scenes with Static LightmapsK. S. Ernest (iFire) Lee
2022-02-14Increase the default texel size for lightmap bakingHugo Locurcio
2022-02-07Improvements and fixes to occludersjfons
2022-02-07ResourceImporter: Restore default append logic for new importersRémi Verschelde
2022-02-05Merge pull request #56943 from V-Sekai/override-importRémi Verschelde
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-26Fix lightmap size hint option not displaying for 3D scenesHugo Locurcio
2022-01-20Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-19Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee
2022-01-18Fix import hints breaking node paths in animationsRicardo Buring
2022-01-05options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-14Rename and reorder bake mode properties for consistencyHugo Locurcio
2021-12-10Merge pull request #53323 from xMakerx/patch-1Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-19Added hint about loop_mode to resource importerSilc 'Tokage' Renew
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-11Fix import_scene_from_other_importer and import_animation_from_other_importerLyuma
2021-11-09Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde
2021-11-09Default to 30 animation fps for better quality.K. S. Ernest (iFire) Lee
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio