Drop NIF root node transformation for Skyrim models the same way as for Morrowind models.

simplify_debugging
Petr Mikheev 2 years ago
parent 169859025c
commit 493858127a

@ -119,7 +119,7 @@ namespace Nif
readRecordList(nif, effects);
// FIXME: stopgap solution until we figure out what Oblivion does if it does anything
if (nif->getVersion() > NIFFile::NIFVersion::VER_MW)
if (nif->getVersion() > NIFFile::NIFVersion::VER_MW && nif->getVersion() < NIFFile::NIFVersion::VER_BGS)
return;
// Discard transformations for the root node, otherwise some meshes

Loading…
Cancel
Save