NiLinesData - nif.xml fix
Для правильного создания требуется заменить (обновить) Nif.xml файл!
<niobject name="NiLinesData" inherit="NiGeometryData">
Wireframe geometry data.
<add name="vertexConnectivityFlags" type="byte" arr1="Num Vertices">Is vertex connected to next vertex.</add>
</niobject>
В оригинальной версии было:
<add name="Lines" type="bool" arr1="Num Vertices">Is vertex connected to other (next?) vertex?</add>
Т.е. ошибка в типе данных.