From 2f7d7a0f2a899235e153eae495a9006ca657a6e3 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 14 Aug 2025 12:24:02 +0200 Subject: [PATCH] Allow pasting State nodes in Anim Graph #3596 --- 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 f71f50596..9f3112905 100644 --- a/Source/Editor/Surface/Archetypes/Animation.cs +++ b/Source/Editor/Surface/Archetypes/Animation.cs @@ -810,7 +810,7 @@ namespace FlaxEditor.Surface.Archetypes Create = (id, context, arch, groupArch) => new StateMachineState(id, context, arch, groupArch), Title = "State", Description = "The animation states machine state node", - Flags = NodeFlags.AnimGraph | NodeFlags.NoSpawnViaGUI | NodeFlags.NoSpawnViaPaste, + Flags = NodeFlags.AnimGraph | NodeFlags.NoSpawnViaGUI, Size = new Float2(100, 0), DefaultValues = new object[] {