File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
WolvenKit.App/ViewModels/Tools/ChunkViewModelExtended Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments