From 4b387d040db1199840830633c544805ea0fe2c97 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Sat, 26 Apr 2025 07:07:27 -0500 Subject: [PATCH 1/2] Fix spelling on Additive Blend node tooltip. --- Source/Editor/Surface/Archetypes/Animation.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Editor/Surface/Archetypes/Animation.cs b/Source/Editor/Surface/Archetypes/Animation.cs index 43a699bf3..88004c75d 100644 --- a/Source/Editor/Surface/Archetypes/Animation.cs +++ b/Source/Editor/Surface/Archetypes/Animation.cs @@ -573,11 +573,11 @@ namespace FlaxEditor.Surface.Archetypes "Blend animation poses (with additive mode)" + "\n" + "\nNote: " + - "\nOrder of nodes matters, because Additive animation is appplayed on top of curent frame." + + "\nOrder of nodes matters, because Additive animation is applied on top of current frame." + "\n" + "\nTip for blender users:" + - "\nInside NLA the the order is bottom (first node in flax) to the top (last node in flax)" + - "\n​u need to place it in this order to get correct resoults", + "\nInside NLA the the order is bottom (first node in flax) to the top (last node in flax)." + + "\nYou need to place animations in this order to get correct results.", Flags = NodeFlags.AnimGraph, Size = new Float2(170, 80), DefaultValues = new object[] From 1ab05b620a006263440c76d2f27b54b187c199a9 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Sat, 26 Apr 2025 07:08:49 -0500 Subject: [PATCH 2/2] Another small grammer mistake. --- Source/Editor/Surface/Archetypes/Animation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/Archetypes/Animation.cs b/Source/Editor/Surface/Archetypes/Animation.cs index 88004c75d..f71f50596 100644 --- a/Source/Editor/Surface/Archetypes/Animation.cs +++ b/Source/Editor/Surface/Archetypes/Animation.cs @@ -573,7 +573,7 @@ namespace FlaxEditor.Surface.Archetypes "Blend animation poses (with additive mode)" + "\n" + "\nNote: " + - "\nOrder of nodes matters, because Additive animation is applied on top of current frame." + + "\nThe order of the nodes is important, because additive animation is applied on top of current frame." + "\n" + "\nTip for blender users:" + "\nInside NLA the the order is bottom (first node in flax) to the top (last node in flax)." +