Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias | |
2021-06-03 | Update documentation for Transform3D | Aaron Franke | |
2021-05-24 | Unexpose methods and property for binding children to Bones | Marcel Admiraal | |
2021-05-08 | Fixes the SkeletonIK twisting issue by using the skeleton global pose ↵ | TwistedTwigleg | |
without overrides | |||
2021-04-04 | Fix misformatted documentation from #47435, #42827, #46991 | Yuri Sizov | |
2021-03-19 | class reference proofreading | Paul Joannon | |
2020-10-01 | Link to demos from within the class reference | Aaron Franke | |
2020-07-23 | Fix presumed copy/paste error: "Returns" -> "Sets" | follower | |
I might be going out on a limb here... :D | |||
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | |
2020-06-15 | Made low level changes to the Skeleton3D class and Skeleton3D inspector. ↵ | TwistedTwigleg | |
Changes listed below: * Added helper functions to Skeleton3D for converting transforms from bone space to global space, and vice versa. * Updated the Skeleton3D class reference. * Changed the icon used for bones in the Skeleton3D inspector to use BoneAttachement3D's icon. * Changed the Skeleton3D inspector to use EditorPropertyTransform and EditorPropertyVector3 when possible. * Placed the Transform/Matrix for each bone in a sub-section, so it is visually similar to the Node3D inspector. | |||
2020-06-04 | doc: Sync classref with current source | Rémi Verschelde | |
2020-04-24 | doc: Fix parsing typed arrays in makerst.py | Rémi Verschelde | |
`Type[]` typed arrays will link to `Type`, as it's likely the most interesting information for the user. And sync classref with current source. | |||
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde | |
A few extra renames for classes which were missed in last week's PRs. |