The difference between the two types of models is in how they are stored:
- ".pyi" models are stored in binary
- ".mdl" models are stored in ASCII
I work with the MDL files as opposed to the PYI files for a number of reasons including the following:
- The PYI models often become corrupt, and once that happens, there is nothing you can do to fix it
- The MDL files can be viewed in a text editor like textpad, notepad etc, whereas the PYI files can't
- The MDL files are generally smaller in size
Hope that helps!
JGirl