From e710a6e2d181688142aed928dd46a91fce8429f4 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 8 Mar 2026 22:13:31 +0100 Subject: [PATCH] Adjust naming --- Source/Editor/Surface/Archetypes/Material.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/Editor/Surface/Archetypes/Material.cs b/Source/Editor/Surface/Archetypes/Material.cs index bed6b7737..df89dfc94 100644 --- a/Source/Editor/Surface/Archetypes/Material.cs +++ b/Source/Editor/Surface/Archetypes/Material.cs @@ -584,9 +584,9 @@ namespace FlaxEditor.Surface.Archetypes new NodeArchetype { TypeID = 13, - Title = "Pre-skinning Local Vertex Pos", + Title = "Pre-skinned Local Position", Description = "Per vertex local position (before skinning)", - AlternativeTitles = new[] { "Vertex Position", "Pre skinning Local Vertex Pos" }, + AlternativeTitles = new[] { "Vertex Position", "Pre skinning Local Vertex Position" }, Flags = NodeFlags.MaterialGraph, Size = new Float2(270, 40), Elements = new[] @@ -597,9 +597,9 @@ namespace FlaxEditor.Surface.Archetypes new NodeArchetype { TypeID = 14, - Title = "Pre-skinning Local Normal", + Title = "Pre-skinned Local Normal", Description = "Per vertex local normal (before skinning)", - AlternativeTitles = new[] { "Pre skinning Local Normal" }, + AlternativeTitles = new[] { "Vertex Normal", "Pre skinning Local Normal" }, Flags = NodeFlags.MaterialGraph, Size = new Float2(270, 40), Elements = new[]