This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pathlib import Path | |
from es3.utils.math import ID44 | |
from es3 import nif | |
meshes_path = Path("C:/Users/Admin/Games/Morrowind/Data Files/Meshes/") | |
output_path = meshes_path / "g7/export.nif" | |
skins = { | |
"b/b_n_dark elf_m_skins.nif", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
┌· NiObject | |
│ | |
├──┬· NiAccumulator | |
│ └──┬· NiClusterAccumulator | |
│ └───· NiAlphaAccumulator | |
│ | |
├──┬· NiExtraData | |
│ ├───· BrickNiExtraData |
OlderNewer