Skip to content

Pyffi 2.1.11

Choose a tag to compare

@neomonkeus neomonkeus released this 23 Jan 14:07
· 516 commits to develop since this release

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.