diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-16 09:41:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-16 09:41:59 +0100 |
commit | 0b5743327cb922a235473b0b62f3c221730bea06 (patch) | |
tree | db7644289d94f2d6c9f9ff6d73d6086ff741fcd3 /doc | |
parent | f96701eda634b37c74b2ab61fa396f3e29ff0cd6 (diff) | |
parent | d50868e688045fc36fce32f5077f151c12521bf4 (diff) |
Merge pull request #71436 from TigranExe/patch-1
Added a brief description to SkeletonProfileHumanoid
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/SkeletonProfileHumanoid.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SkeletonProfileHumanoid.xml b/doc/classes/SkeletonProfileHumanoid.xml index 0dbd66d8d6..7445272ccc 100644 --- a/doc/classes/SkeletonProfileHumanoid.xml +++ b/doc/classes/SkeletonProfileHumanoid.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="SkeletonProfileHumanoid" inherits="SkeletonProfile" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> + A humanoid [SkeletonProfile] preset. </brief_description> <description> A [SkeletonProfile] as a preset that is optimized for the human form. This exists for standardization, so all parameters are read-only. |