summaryrefslogtreecommitdiffstats
path: root/doc/classes/SkeletonIK3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-1/+1
|
* Add SkeletonIK3D get/set_interpolation compat from #87888Lyuma2024-04-181-0/+3
|
* Update links to outdated asset library demosskyace652024-04-071-1/+0
| | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-8/+5
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Documentation: Unify deprecationsDanil Alexeev2023-06-071-0/+1
|
* Overhaul the top sections of the class reference (Animation classes)VolTer2023-05-051-2/+2
|
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-2/+2
| | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* 2D and 3D Skeleton modification docs, and small fixes.Lyuma2022-09-141-1/+36
| | | | | | | Mark SkeletonModificationStack3D and related as deprecated. Mark local bone override and axis functions deprecated in Skeleton3D api. Fix array property glitch in SkeletonModificationStack2D Mark SkeletonModificationStack2D and related APIs as experimental. Mark SkeletonIK3D as deprecated.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-1/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | 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.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-10/+5
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
|
* Let var2str display StringName with correct sigilJonathan Gollnick2021-06-101-2/+2
|
* Update documentation for Transform3DAaron Franke2021-06-031-1/+1
|
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+61
A few extra renames for classes which were missed in last week's PRs.