summaryrefslogtreecommitdiffstats
path: root/editor/import/3d/resource_importer_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+12
|\
| * Merge pull request #96544 from SaracenOne/import_thumbnailsThaddeus Crews2024-11-271-0/+11
| |\
| | * Generate editor thumbnails on imported scenes.Saracen2024-11-241-0/+11
| * | Merge pull request #97824 from TokageItLab/retarget-modifierThaddeus Crews2024-11-261-0/+1
| |\ \ | | |/ | |/|
| | * Add RetargetModifier3D for realtime retarget to keep original restSilc Lizard (Tokage) Renew2024-11-181-0/+1
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\| |
| * | Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-111-1/+1
| |\ \
| | * | Allow passing UID to importerJuan2024-11-111-1/+1
| * | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
| |/ /
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+1
|\| |
| * | GLTF: Preserve node visibility on importAaron Franke2024-11-051-0/+1
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\| |
| * | Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-041-2/+2
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-13/+1
|\| |
| * | LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settingsArseny Kapoulkine2024-10-281-13/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/
* Add "Use Node Type Suffixes" scene import optionAaron Franke2024-09-091-4/+13
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Merge pull request #96308 from SaracenOne/attempt_to_reset_imported_sceneRémi Verschelde2024-08-301-0/+13
|\
| * Attempt applying RESET pose during import.Saracen2024-08-291-0/+13
* | Import/export GLTF extras to node->metademolke2024-08-291-1/+9
|/
* ResourceImporterScene: Replace animation bool with an import type string enumAaron Franke2024-08-271-34/+52
* Prevent empty post-import script paths throwing errors.Saracen2024-08-261-3/+3
* Add import tab "import_script/path" relative path supportAdam Scott2024-08-251-0/+4
* Optimize base and shadow meshes for cacheArseny Kapoulkine2024-08-161-0/+2
* Merge pull request #93727 from zeux/raycast-optRémi Verschelde2024-08-161-1/+7
|\
| * Disable normal raycaster for LOD generation by defaultArseny Kapoulkine2024-07-021-1/+7
* | Merge pull request #93284 from rune-scape/missing-import-settings-crashRémi Verschelde2024-07-311-0/+2
|\ \
| * | avoid crashing when scene import settings are emptyrune-scape2024-06-171-0/+2
* | | Fix missing options in Project Import DefaultsHilderin2024-07-091-2/+6
* | | Fix default collision shape on imported rigidbodyBastiaan Olij2024-06-241-1/+1
| |/ |/|
* | Retain meta data set on imported nodestamas2024-06-181-0/+22
|/
* Merge pull request #92196 from lyuma/gltf_anim_library_import_as_bonesRémi Verschelde2024-05-231-1/+1
|\
| * Support Import As Skeleton Bones on glTF and AnimationLibrary importLyuma2024-05-211-1/+1
* | fbx: change import option defaultsLyuma2024-05-211-1/+2
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-4/+4
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-4/+4
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-2/+2
|/
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* Merge pull request #89461 from Calinou/3d-import-collision-default-trimeshRémi Verschelde2024-05-041-1/+1
|\
| * Default to trimesh for generated collision shapes in Advanced Import SettingsHugo Locurcio2024-03-141-1/+1
* | Set animation step from importers. Increase default step from 10 to 30 FPS.Lyuma2024-04-191-0/+1
* | Remove unused Make Streamable option from scene import dialogHugo Locurcio2024-04-161-2/+1
* | Apply "Remove Immutable Tracks" after post-import.Lyuma2024-03-301-5/+162
* | Merge pull request #88824 from V-Sekai/retarget_silhouette_templateRémi Verschelde2024-03-231-5/+183
|\ \
| * | Option to use Animation as skeleton rest silhouette.Lyuma2024-03-231-5/+183
| |/
* / Add option to import skeleton rest as RESET animationLyuma2024-03-191-0/+70
|/