Does anyone know of a document / webpage anywhere, which documents how the Maya Iff file format stores it's data?
I need to find out, because I'm writing a plugin and need to understand how to access the dat awithin them...
Hope that makes sense!
.iff file format can be load by using iffreader.cpp inMaya4.0/devkit/plug-ins/iffreader.cpp(h).These contents will be helpful even if it does not use this directly.
This spec is a good starting point to understand how the data is stored in an iff files:
http://www.dcs.ed.ac.uk/home/mxr/gfx/2d/IFF.txt
There is also some information in Maya docs:/docs/en_US/html/FileFormats/ImageFiles5.html#9978
Fred
Thanks guys!