BlackFighter Posted November 30, 2018 Share Posted November 30, 2018 (edited) Lately, some modders seem to have problems with hair having holes after using SSE Nif Optimizer. No matter of this beeing a bug of the Nif Optimizer or a bug of the .nif file - there is a solution: The problem is, that NiSkinPartition blocks in a nif must not be used more than once.This occurs often, when mods for oldrim were badly done: especially as the hair and the hairline can use the same mesh.To fix this, simply duplicate every NiSkinPartition block affected using NifSkope, BEFORE ever using Nif Optimizer. Otherwise the meshes are corrupted. See the attachment for an example. Edited November 30, 2018 by BlackFighter Link to comment Share on other sites More sharing options...
bchick3 Posted November 30, 2018 Share Posted November 30, 2018 Thank you, I think I understand now. Link to comment Share on other sites More sharing options...
Duzellx Posted November 30, 2018 Share Posted November 30, 2018 interesting , so basically we have to edit and replace the old ? NiSkinPartition block Link to comment Share on other sites More sharing options...
BlackFighter Posted December 2, 2018 Author Share Posted December 2, 2018 Yes. The NiSkinPartition in the olf nif is the problem. Link to comment Share on other sites More sharing options...
Recommended Posts