summaryrefslogtreecommitdiff
path: root/modules/gltf/config.py
AgeCommit message (Collapse)Author
2021-09-10Remove packed scene gltfK. S. Ernest (iFire) Lee
We determined through discussion that composing the packed scene from a node tree was a better design because it removed duplication of code.
2021-03-18doc: Sync classref with current sourceRĂ©mi Verschelde
And move GLTF docs to its module folder.
2020-12-22Add exporting glTF2.K. S. Ernest (iFire) Lee
* Support KHR_texture_transform. * Support exporting glTF2 * Support exporting instanced scenes * Extract into a gltf state and gltf document * Add a tools menu for exporting gltf2