niftools / nifxml

A repository for the nif.xml file, which contains the nif file format description.
http://www.niftools.org
GNU General Public License v3.0
37 stars 43 forks source link

nifxml 0.9.1 #68

Closed hexabits closed 6 years ago

hexabits commented 6 years ago

Moved nifxml.py and nifxml_doc.py from nifdocsys to nifxml repo. gen_niflib will be moved to niflib so that nifdocsys can be deleted.

Many Oblivion-era fixes, other Havok fixes, and a couple of Niflib fixes.

hexabits commented 6 years ago

@neomonkeus There is no more that I can fit into 0.9.1 at this point. The rest of the stuff I have in the pipeline is all for 0.9.5 or higher. Just need to know if you have any input on the Python files mostly.

Right now, nifxml.py is really only good enough for the documentation generator in nifdoc.py but I will be fixing up nifxml.py in later versions to have better faculties for XML validation and various analysis. For example I've started adding some Expression validation already.