Releases: niftools/pyffi
Releases · niftools/pyffi
Draft Release of 2.2.4
Draft Release of v2.2.4
Pyffi v2.2.3
Release 2.2.3 (Mar 17, 2014)
- Update spell texture_path_substitution for BSTextureSet blocks (fix contributed by MorCroft)
- Updated to latest nif.xml, submodules moved to github.
Pyffi 2.1.11
Release 2.1.11 (Nov 26, 2011)
- Explicitly use wine for running mopper on non-win32 platforms (fixes issue on Arch Linux, reported by ifss000f, see issue #3423990).
- Removed skip list from extra fix_texturepath stage in Oblivion optimization kit.
- Various optimizations (contributed by infectedsoundsystem). The optimizer spell now runs a fair bit faster.
- Garbage collection call after each spell has been removed as profiling showed that a lot of time was spent on it. You can still force the old (slow) behaviour by using the new --gccollect command line option or adding "gccollect = True" in your ini file.
- Encoding fix for xml and xsd parsing.
- Merge duplicates after optimizing geometry to work around de-duplication during geometry optimization phase (fixes issue #3425637, reported by chacky2).
- Removed xsd object model and dae format (wasn't functional yet anyway); deferred to py3k.