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
Describe the problem or limitation you are having in your project
Blending animations per bone looks unrealistic. Because it blends based on bool values. It's either %100 or %0 there is no in-between. In Unreal Engine we can use "Blend Depth" to blend gradually. A similar system would be great for Godot.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
It turns booleans in blend filtering into float values this way we can control how much the bone will be affected by blend animation.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
No
Is there a reason why this should be core and not an add-on in the asset library?
This is about the core animation system.
The text was updated successfully, but these errors were encountered:
This can be implemented for all type of node which has "filter".
This should refactor the AnimationTree blend logic first.
I am interested in implementing this feature, but it seems that animation system is encounting a huge change, I don't know how to contribute appropriatly for animation system.
Describe the project you are working on
A game with complex animations
Describe the problem or limitation you are having in your project
Blending animations per bone looks unrealistic. Because it blends based on bool values. It's either %100 or %0 there is no in-between. In Unreal Engine we can use "Blend Depth" to blend gradually. A similar system would be great for Godot.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
It turns booleans in blend filtering into float values this way we can control how much the bone will be affected by blend animation.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
No
Is there a reason why this should be core and not an add-on in the asset library?
This is about the core animation system.
The text was updated successfully, but these errors were encountered: