Skip to content

Commit bd6f62e

Browse files
authored
Merge pull request WolvenKit#2671 from WolvenKit/chunkviewmodel-enttagschema-description
cvm descriptor: entVisualTagSchema
2 parents 30727a4 + b8e7109 commit bd6f62e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WolvenKit.App/ViewModels/Tools/ChunkViewModelExtended/ChunkViewModel.Value.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,10 @@ when nodeParams.NodeRef.GetResolvedText() is string s && s != "":
12211221
Value = $"[ {string.Join(", ", list.Tags.ToList().Select(t => t.GetResolvedText() ?? "").ToArray())} ]";
12221222
IsValueExtrapolated = true;
12231223
break;
1224+
case entVisualTagsSchema { VisualTags: redTagList list }:
1225+
Value = $"[ {string.Join(", ", list.Tags.ToList().Select(t => t.GetResolvedText() ?? "").ToArray())} ]";
1226+
IsValueExtrapolated = true;
1227+
break;
12241228
case physicsRagdollBodyInfo when
12251229
NodeIdxInParent > -1 && GetRootModel().GetPropertyChild("ragdollNames")?.ResolvedData is
12261230
CArray<physicsRagdollBodyNames> ragdollNames:

0 commit comments

Comments
 (0)