summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #94058 from Hilderin/fix-scene-project-importation-settingsRémi Verschelde2024-07-172-7/+8
|\
| * Fix missing options in Project Import DefaultsHilderin2024-07-092-7/+8
* | Merge pull request #94004 from Hilderin/fix-blender-export-quotation-markRémi Verschelde2024-07-083-7/+65
|\ \ | |/ |/|
| * Fix .blend files with quotation marks in filename fail to importHilderin2024-07-073-7/+65
* | 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
* Add bake_fps for FBXDocument, GLTFDocument and both import-export.K. S. Ernest (iFire) Lee2024-05-234-2/+20
* Support Import As Skeleton Bones on glTF and AnimationLibrary importLyuma2024-05-211-0/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Fix errors/crashes related to skipped importsaaronp642024-04-251-0/+1
* GLTF export: Propagate `property_list_changed` from extensionsAaron Franke2024-04-042-0/+10
* Apply "Remove Immutable Tracks" after post-import.Lyuma2024-03-302-6/+4
* Add browse folder and browse file iconsAdam Scott2024-03-122-1/+14
* Fix compilation errors when `DISABLE_DEPRECATED` is defined398utubzyt2024-02-281-1/+1
* Add new scene import option to import as SkeletonLyuma2024-02-261-0/+3
* Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-234-218/+12
* Merge pull request #85519 from mxaddict/blender-rpc-serverRémi Verschelde2024-01-292-21/+41
|\
| * Added proper timeout for blender rpc connectionmxaddict2024-01-272-21/+41
* | Update blender_path behavior to require exact path to executable instead of t...mxaddict2024-01-273-101/+64
|/
* Reorganize code related to editor themingYuri Sizov2024-01-162-2/+2
* Merge pull request #85335 from zinefer/bugfix-blend-importer-on-windows-netwo...Rémi Verschelde2024-01-091-1/+13
|\
| * Bugfix: Replace // with \\ before sending path to Blenderzinefer2023-12-071-1/+13
* | Move 3D scene import classes to their own folderAaron Franke2024-01-044-4/+4
* | Add export settings to the export dialog for GLTFAaron Franke2023-12-304-37/+297
|/
* 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
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-032-0/+14
* Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
* Merge pull request #81194 from rcorre/blend-import-76338Rémi Verschelde2023-10-022-64/+82
|\
| * Update blender export flags for 3.6.Ryan Roden-Corrent2023-09-302-64/+82
* | Add EditorStringNames singletonkobewi2023-09-031-2/+3
|/
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-5/+6
* Refresh the filesystem tab when exporting a new GLTF fileHakim2023-06-101-0/+1
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-2/+2
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-072-2/+2
* Fix blend-file import when using custom color management in blenderjuliuse982023-03-061-2/+3
* fbx: Set base_dir correctly in append_from_sceneLyuma2023-02-201-1/+1
* Fix gltf import generate_scene() optionSilc Renew2023-02-153-17/+21
* Better error handling for Blender RPC importRedMser2023-02-061-1/+12
* Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressedRémi Verschelde2023-02-011-3/+3
|\
| * gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma2023-02-011-3/+3
* | Fix blend runner copyright headersRémi Verschelde2023-02-012-58/+58
* | Merge pull request #69319 from RedMser/blender-import-rpcRémi Verschelde2023-02-013-75/+439
|\ \ | |/ |/|