You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution:
The accessor should be removed from the Anim Blend Tree (or a setter added), and the Anim Node should add a conditional calculateWeights call:
A followup on #6211:
Anim Blend Tree overrides the inherited
weight
accessor from Anim Node:engine/src/framework/anim/controller/anim-blend-tree.js
Lines 61 to 63 in b27ce45
engine/src/framework/anim/controller/anim-node.js
Lines 62 to 68 in b27ce45
Solution:
The accessor should be removed from the Anim Blend Tree (or a setter added), and the Anim Node should add a conditional
calculateWeights
call:Repro:
https://playcanvas.com/project/1205544/overview/blend-tree-forked
The text was updated successfully, but these errors were encountered: