summaryrefslogtreecommitdiffstats
path: root/modules/gltf/register_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+2
|\
| * GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-231-19/+2
* Update blender_path behavior to require exact path to executable instead of t...mxaddict2024-01-271-15/+31
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-111-0/+1
* Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-3/+3
* Merge pull request #76572 from acazuc/ktx_format_supportRémi Verschelde2023-08-191-0/+2
|\
| * Add support for KTX & KTX2 image formatacazuc2023-08-191-0/+2
* | Fixed editor filesystem/import properties not being caught by the doctoolKurtBliss2023-08-141-16/+1
|/
* Make blend file importer warnings translatableHaoyu Qiu2023-07-231-2/+2
* GLTF: Rename GLTFCollider class to GLTFPhysicsShapeAaron Franke2023-06-161-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+3
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-0/+2
* Implement physics support in the GLTF moduleAaron Franke2023-03-091-0/+4
* FBX: Disable importer when canceling FBX2glTF setupRémi Verschelde2023-03-031-2/+2
* Merge pull request #69319 from RedMser/blender-import-rpcRémi Verschelde2023-02-011-0/+11
|\
| * Batch import Blend files using XML RPCRedMser2022-12-151-0/+11
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Add a dialog for customizing FBX importreduz2022-12-181-10/+7
|/
* GLTF: Clean up lots of includesAaron Franke2022-11-291-16/+0
* Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-2/+12
* GLTF imports & exports material texture filtersThe Tophat Demon2022-10-031-0/+2
* Fix some errors affecting the Web editorRémi Verschelde2022-09-121-0/+5
* Fix Blender file path check to require a directoryJonathan Nicholl2022-08-241-2/+2
* Update messages for missing FBX2glTF, add similar messages for BlenderJonathan Nicholl2022-08-221-9/+16
* GLTF: Organize structures into a subfolderAaron Franke2022-07-241-11/+11
* Refactor module initializationreduz2022-05-041-33/+40
* Import scenes as AnimationLibraryreduz2022-04-131-3/+3
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Add Blender install autodetection and configuration.reduz2022-04-011-14/+12
* Add fbx2gltf support for importing .fbx filesK. S. Ernest (iFire) Lee2022-03-301-3/+27
* Add support for importing .blend filesK. S. Ernest (iFire) Lee2022-03-291-17/+48
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-281-7/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add scene Post-Import Plugin support.reduz2021-10-151-2/+2
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-031-0/+4
* Remove packed scene gltfK. S. Ernest (iFire) Lee2021-09-101-1/+0
* Implement the ability to disable classesreduz2021-07-131-15/+15
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITORNutmegStudio2021-01-081-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add exporting glTF2.K. S. Ernest (iFire) Lee2020-12-221-0/+88