===========================
* Windows installer now detects Maya 2008 and Maya 2009, and their 64 bit
variants, and can install itself into every Maya version that is found.
* Updates to the XML object model (affects CGF, DDS, KFM, NIF, and TGA).
- Class customizers are taken immediately from the format class, and not
from separate modules --- all code from customization modules has been
moved into the main format classes. The result is that parsing is faster
by about 50 percent.
- clsFilePath removed, as it is no longer used.
* Updates and fixes for the KFM format.
- The Data element inherits from Header, and Header includes also all
animations, so it is more straightforward to edit files.
- The KFM files open again in QSkope.
* Updates for the CGF format.
- CHUNK_MAP no longer constructed in Data.__init__ but in a metaclass.
- Deprecated functions in CgfFormat have been removed.
* Updates for the NIF format.
- Synced nif.xml with nifskope's xml (includes fixes for Lazeska).
- Removed deprecated scripts (niftexdump, nifdump, ffvt3rskinpartition,
nifoptimize).
- Fixed scaling bug on nifs whose tree has duplicate nodes. Scaling now no
longer works recursively, unless you use the scaling spell which handles
the duplication correctly.
* Updated module names to follow pep8 naming conventions: all modules have
lower case names.