summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor/editor_scene_importer_blend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+2
|\|
| * GLTF: Add extract_path and extract_prefix settingsAaron Franke2024-11-041-0/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* ResourceImporterScene: Replace animation bool with an import type string enumAaron Franke2024-08-271-1/+1
* Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-importRémi Verschelde2024-08-191-2/+9
|\
| * Fix no validation on Blender path on importationHilderin2024-07-301-2/+9
* | Add Option for Export Geometry Nodes Instances in blend importerywmaa2024-08-191-0/+13
|/
* Fix `browse_dialog` in Blender scene importer to accept filesraging-loon2024-07-291-11/+15
* Merge pull request #94058 from Hilderin/fix-scene-project-importation-settingsRémi Verschelde2024-07-171-1/+2
|\
| * Fix missing options in Project Import DefaultsHilderin2024-07-091-1/+2
* | Merge pull request #94004 from Hilderin/fix-blender-export-quotation-markRémi Verschelde2024-07-081-3/+1
|\ \ | |/ |/|
| * Fix .blend files with quotation marks in filename fail to importHilderin2024-07-071-3/+1
* | Update vertex color import to handle Blender 4.2 upwardsdemolke2024-07-061-3/+11
|/
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* Blend import: Ability to import only the active collectionJummit2024-05-311-0/+4
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Fix errors/crashes related to skipped importsaaronp642024-04-251-0/+1
* Apply "Remove Immutable Tracks" after post-import.Lyuma2024-03-301-3/+2
* Add browse folder and browse file iconsAdam Scott2024-03-121-1/+12
* Add new scene import option to import as SkeletonLyuma2024-02-261-0/+3
* Update blender_path behavior to require exact path to executable instead of t...mxaddict2024-01-271-93/+62
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Bugfix: Replace // with \\ before sending path to Blenderzinefer2023-12-071-1/+13
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-0/+5
* Use the Blender file name instead of the generated GLTF file nameAaron Franke2023-11-091-1/+3
* Merge pull request #81194 from rcorre/blend-import-76338Rémi Verschelde2023-10-021-64/+79
|\
| * Update blender export flags for 3.6.Ryan Roden-Corrent2023-09-301-64/+79
* | Add EditorStringNames singletonkobewi2023-09-031-2/+3
|/
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-2/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix blend-file import when using custom color management in blenderjuliuse982023-03-061-2/+3
* Fix gltf import generate_scene() optionSilc Renew2023-02-151-0/+7
* Merge pull request #69319 from RedMser/blender-import-rpcRémi Verschelde2023-02-011-75/+56
|\
| * Batch import Blend files using XML RPCRedMser2022-12-151-75/+56
* | Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-1/+1
* | Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-4/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* GLTF: Clean up lots of includesAaron Franke2022-11-291-3/+0
* Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde2022-11-291-3/+3
|\
| * Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-291-3/+3
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+4
* Clean up .blend importer to fix unreachable code pathsJonathan Nicholl2022-10-031-7/+6