» Fri May 27, 2011 6:42 am
New release of Pyffi 2.0.2 http://sourceforge.net/projects/pyffi/files/
Seems to work on some new files which previously wasn't.
From changelog:
Release 2.0.2 (Aug 12, 2009)
============================
* The source has been updated to be Python 3.x compatible via 2to3.
* New unified installer which works for all versions of Python and
Maya at once (at the moment: 2.5, 2.6, 3.0, 3.1) and also for all
versions of Maya that use Python 2.5 and 2.6 (2008, 2009, and 2010,
including the 64 bit variants).
* Added support for Aion cgf files.
* Added support for NeoSteam header and footer.
* Log warning rather than raising exception on invalid links (fixes issue
#2818403 reported by abubakr125).
* Optimizer can now recover from invalid indices in strips (this fixes
some nifs mentioned in issue #2795837 by baphometal).
* Skin updater can now recover when some vertices have no weights
(this fixes some nifs mentioned in issue #2795837 by baphometal).
* Skip zero weights and add up weights of duplicated bones when
calculating vertex weights (this fixes some nifs mentioned in issue
#2795837 by baphometal).
* The nif optimizer can now handle NiTriShapeData attached as a
NiTriStrips data block (fixes some corrupt nifs provided by
baphometal in issue #2795837).
* Optimizer can now recover from NaN values in geometry (sample nifs
provided by baphometal).
* Do not attempt to optimize nifs with an insane amount of triangles,
but put out a warning instead.
* Log error rather than raising exception when end of nif file is not
reached (fixes issue with sample nif provided by baphometal)