InSkipCollection and MakeHiddenIfAllItemsAreHidden
This commit is contained in:
@ -340,6 +340,11 @@ public class D2_FaceParts
|
||||
if (File.Exists(checkFile))
|
||||
File.Delete(checkFile);
|
||||
}
|
||||
else if (face.Mapping?.MappingFromFilter.InSkipCollection is not null && face.Mapping.MappingFromFilter.InSkipCollection.Value)
|
||||
{
|
||||
if (File.Exists(checkFile))
|
||||
File.Delete(checkFile);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!hasNotMapped)
|
||||
|
Reference in New Issue
Block a user