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
I noticed that AnimationTree will translate animation names.
AnimationPlayer:
AnimationTree:
Both the display and list are translated.
Then on another look, seems like are more unintentional translations here, like node Titles and path.
Here Output is fetched from the bottom tab name (which in Polish is translated as console, because literal translation would be less clear). Seems like the node has a name, which gets capitalized and then auto-translated (as evident by error messages that call it "output").
Here Root is translated, which I think is another case of capitalized name.
Steps to reproduce
Make sure editor is not using English
Create AnimationPlayer
Add animation with a name that exists in translations
Add AnimationTree and set AnimationNodeBlendTree as root
Add Animation node
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
4.2
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
I noticed that AnimationTree will translate animation names.
AnimationPlayer:
AnimationTree:
Both the display and list are translated.
Then on another look, seems like are more unintentional translations here, like node Titles and path.
Here Output is fetched from the bottom tab name (which in Polish is translated as console, because literal translation would be less clear). Seems like the node has a name, which gets capitalized and then auto-translated (as evident by error messages that call it "output").
Here Root is translated, which I think is another case of capitalized name.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: