summaryrefslogtreecommitdiff
path: root/modules/gltf/doc_classes/GLTFNode.xml
AgeCommit message (Collapse)Author
2022-09-18Minor enhancements to the GLTF module (lights and docs)Aaron Franke
2022-02-15Add an XML schema for documentationHugo Locurcio
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-08-31Fix missing renames in the GLTF moduleAaron Franke
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Update documentation for Transform3DAaron Franke
2021-05-27gltf: Fix mesh nodes which are also bones.Lyuma
Fix issue when two skeletons end up directly parented. Prevent animating TRS for skinned Mesh node. Fix animating weights on meshes with targets but no weights.
2021-03-18doc: Sync classref with current sourceRĂ©mi Verschelde
And move GLTF docs to its module folder.