summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor
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@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-113-3/+3
|\|
| * GLTF: Preserve node visibility on importAaron Franke2024-11-053-3/+3
* | 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-2710-20/+20
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1110-0/+20
|/
* ResourceImporterScene: Replace animation bool with an import type string enumAaron Franke2024-08-274-4/+4
* Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-importRémi Verschelde2024-08-192-2/+10
|\
| * Fix no validation on Blender path on importationHilderin2024-07-302-2/+10
* | 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-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
|\