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
During the weights calculation loop in Anim Blend Tree 1D, the leaf node (Dance) would take the full weight (1), which would make its parent (Level2) have a zero weight.
On screenshot:
c1 = Dance
c2 = Level2
This sets the parent weight to zero, which breaks the animation.
If the weight is hardcoded to always return 1, then the animation is played correctly:
Followup on #6211
Given the path
During the weights calculation loop in Anim Blend Tree 1D, the leaf node (Dance) would take the full weight (1), which would make its parent (Level2) have a zero weight.
On screenshot:
c1 = Dance
c2 = Level2
This sets the parent weight to zero, which breaks the animation.
If the weight is hardcoded to always return 1, then the animation is played correctly:
![image](https://private-user-images.githubusercontent.com/5677782/319166997-10c834b8-b255-460c-bf7e-fa4b8ab89acd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTQxNDMsIm5iZiI6MTczOTQ1Mzg0MywicGF0aCI6Ii81Njc3NzgyLzMxOTE2Njk5Ny0xMGM4MzRiOC1iMjU1LTQ2MGMtYmY3ZS1mYTRiOGFiODlhY2QucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTMzNzIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjQwMTE5Njg0NjI1NGE2ZTJlNGFmZWU1ZjQyZDk2NTk3MzQ0OGM0ZDg1YTgwZjRkNmY1ZDY3Njc3Njc5ODgxMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.9NyDmS6crz5KHTMuCXUHiILd1mzqkCneQLq_BfDh-DQ)
Repro:
https://playcanvas.com/project/1205544/overview/blend-tree-forked
The text was updated successfully, but these errors were encountered: