We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cfd12 commit b594ae6Copy full SHA for b594ae6
xivModdingFramework/Materials/DataContainers/XivMtrl.cs
@@ -802,7 +802,7 @@ private void RegenerateTextureUsageList(ShaderInfo info)
802
803
if (info.Shader == MtrlShader.Skin)
804
{
805
- if (info.Preset == MtrlShaderPreset.Face)
+ if (info.Preset == MtrlShaderPreset.Face || info.Preset == MtrlShaderPreset.FaceNoPores)
806
807
SetTextureUsage(XivTexType.Normal);
808
SetTextureUsage(XivTexType.Diffuse);
0 commit comments