From 57014851a7e65cc716486e88103f20651a96ee5c Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Fri, 3 Mar 2023 16:46:22 -0600 Subject: [PATCH] Fix visuals of the `Blend with Mask` node --- Source/Editor/Surface/Archetypes/Animation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Editor/Surface/Archetypes/Animation.cs b/Source/Editor/Surface/Archetypes/Animation.cs index b951f5f70..a83e60deb 100644 --- a/Source/Editor/Surface/Archetypes/Animation.cs +++ b/Source/Editor/Surface/Archetypes/Animation.cs @@ -484,7 +484,7 @@ namespace FlaxEditor.Surface.Archetypes Title = "Blend with Mask", Description = "Blend animation poses using skeleton mask", Flags = NodeFlags.AnimGraph, - Size = new Float2(180, 100), + Size = new Float2(180, 140), DefaultValues = new object[] { 0.0f, @@ -496,7 +496,7 @@ namespace FlaxEditor.Surface.Archetypes NodeElementArchetype.Factory.Input(0, "Pose A", true, typeof(void), 1), NodeElementArchetype.Factory.Input(1, "Pose B", true, typeof(void), 2), NodeElementArchetype.Factory.Input(2, "Alpha", true, typeof(float), 3, 0), - NodeElementArchetype.Factory.Asset(100, 20, 1, typeof(SkeletonMask)), + NodeElementArchetype.Factory.Asset(0, 70, 1, typeof(SkeletonMask)), } }, new NodeArchetype