summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
* | Import scenes as AnimationLibraryreduz2022-04-131-45/+79
* | Merge pull request #59980 from reduz/animation-librariesRémi Verschelde2022-04-111-5/+10
|\ \
| * | Implement Animation Librariesreduz2022-04-111-5/+10
* | | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+2
|/ /
* / Allow automatic lod when importing 3D scenes with Static LightmapsK. S. Ernest (iFire) Lee2022-02-251-8/+8
|/
* Improvements and fixes to occludersjfons2022-02-071-21/+95
* ResourceImporter: Restore default append logic for new importersRémi Verschelde2022-02-071-4/+12
* Merge pull request #56943 from V-Sekai/override-importRémi Verschelde2022-02-051-10/+28
|\
| * Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee2022-01-191-10/+28
* | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
* | Fix lightmap size hint option not displaying for 3D scenesHugo Locurcio2022-01-261-2/+3
* | Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-201-2/+2
|\ \
| * | Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-141-2/+2
* | | Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-1/+2
| |/ |/|
* | Fix import hints breaking node paths in animationsRicardo Buring2022-01-181-19/+58
* | options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee2022-01-051-84/+20
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Merge pull request #53323 from xMakerx/patch-1Rémi Verschelde2021-12-101-0/+1
|\ \
| * | ResourceImporterScene: Add error when "default" is not defined to create clipsMaverick Liberty2021-10-181-0/+1
* | | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-7/+7
| |/ |/|
* | Added hint about loop_mode to resource importerSilc 'Tokage' Renew2021-11-191-2/+2
* | Add path to functions that return iporter optionsreduz2021-11-141-10/+33
* | Fix import_scene_from_other_importer and import_animation_from_other_importerLyuma2021-11-111-2/+2
* | Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-091-10/+10
|\ \
| * | reimplement ping-pongSilc 'Tokage' Renew2021-11-031-10/+10
* | | Default to 30 animation fps for better quality.K. S. Ernest (iFire) Lee2021-11-091-1/+1
* | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* | | Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde2021-11-031-9/+9
|\ \ \ | |/ / |/| |
| * | Remove node_hrcr hackkobewi2021-10-281-9/+9
| |/
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-7/+8
* | Avoid crash in scene importer when the mesh is empty.K. S. Ernest (iFire) Lee2021-10-271-0/+1
* | Implement Animation Compressionreduz2021-10-211-4/+25
|/
* Implement Animation Blend Shape Tracksreduz2021-10-161-55/+90
* Add scene Post-Import Plugin support.reduz2021-10-151-28/+224
* Implement import actions for pos/rot/scale animation tracksreduz2021-10-141-3/+146
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-33/+54
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-10/+10
* implement ping-pong loop in animationTokage2021-10-091-10/+10
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-031-31/+32
* Auto LOD fixes and improvementsjfons2021-09-271-1/+14
* Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat2021-09-161-3/+3
|\