niftools / pyffi

PyFFI is a Python library for processing block structured files.
http://www.niftools.org/pyffi
Other
48 stars 26 forks source link

Investigate adding .bf to pyffi. #1

Open neomonkeus opened 11 years ago

neomonkeus commented 11 years ago

The .bf format is a optimised animation format based on the .kf format.

It contains a number of new block types, no header and data type variations. We need to see if this can be supported via the current nif format as is done with the .kf format or do we need to create a new Format entirely.