diff options
author | Malcolm Nixon <Malcolm.nixon@gmail.com> | 2024-03-03 20:42:11 -0500 |
---|---|---|
committer | Malcolm Nixon <Malcolm.nixon@gmail.com> | 2024-03-05 19:25:02 -0500 |
commit | d2db147805a2f07460068f5ce9165afd93e20f64 (patch) | |
tree | a3edf9e1cbe692bbe109008d6cf9bc608a6336e7 /doc/classes/XRFaceModifier3D.xml | |
parent | 8fcf385ac59e42c1d8163c534a78eb34dc100344 (diff) | |
download | redot-engine-d2db147805a2f07460068f5ce9165afd93e20f64.tar.gz |
Allow the hips joint to be positioned even if the bone update mode is set to "Rotation Only". Apply appropriate world and skeleton scaling.
Diffstat (limited to 'doc/classes/XRFaceModifier3D.xml')
-rw-r--r-- | doc/classes/XRFaceModifier3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XRFaceModifier3D.xml b/doc/classes/XRFaceModifier3D.xml index 7a60e6db34..8caa74cff7 100644 --- a/doc/classes/XRFaceModifier3D.xml +++ b/doc/classes/XRFaceModifier3D.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="XRFaceModifier3D" inherits="Node3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> +<class name="XRFaceModifier3D" inherits="Node3D" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> A node for driving standard face meshes from [XRFaceTracker] weights. </brief_description> |