summaryrefslogtreecommitdiff
path: root/modules/gltf/doc_classes
diff options
context:
space:
mode:
authorLyuma <xn.lyuma@gmail.com>2021-05-21 00:03:06 -0700
committerLyuma <xn.lyuma@gmail.com>2021-05-27 19:33:01 -0700
commite839a3291b54be7140a3928822c7517f2c6676a7 (patch)
treea93df6639c75427b09afa5c3944c5b703a03de1f /modules/gltf/doc_classes
parent27baa12670fbcde6e9336cbaa7bed7ae3aa20944 (diff)
gltf: Fix mesh nodes which are also bones.
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.
Diffstat (limited to 'modules/gltf/doc_classes')
-rw-r--r--modules/gltf/doc_classes/GLTFNode.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gltf/doc_classes/GLTFNode.xml b/modules/gltf/doc_classes/GLTFNode.xml
index 5b7d4fadec..af7be55e4b 100644
--- a/modules/gltf/doc_classes/GLTFNode.xml
+++ b/modules/gltf/doc_classes/GLTFNode.xml
@@ -13,8 +13,6 @@
</member>
<member name="children" type="PackedInt32Array" setter="set_children" getter="get_children" default="PackedInt32Array( )">
</member>
- <member name="fake_joint_parent" type="int" setter="set_fake_joint_parent" getter="get_fake_joint_parent" default="-1">
- </member>
<member name="height" type="int" setter="set_height" getter="get_height" default="-1">
</member>
<member name="joint" type="bool" setter="set_joint" getter="get_joint" default="false">