I don't think the IOQ3 guys would want just another version of MD4. IQM bests MDO if only because it can support true skeletal deformation if anyone bothered, though MDO can be expanded to include such abilities. LODs inside the model format itself is pretty advantageous though. Maybe.
Another thing that may be noticed is that the Matrix3x4Lerp I included has a "SLERP" option. It's not a true SLERP, but does re-normalize the matrix to undo any squashing that happens while lerping. This can be useful for preventing "Tiny limb syndrome", but can be turned off by setting the final parameter in the function to qfalse ( of course
). Could create a cvar for it if desired.
As for now, I will try to work on that de-rigify option.
Fromhell: I just looked into the Git, careful with trying to check ident in RegisterMDO. It uses straight chars like IQM( I don't know why I really did that ) so you can't check it as an int. should leave it as
loaded = R_LoadMDO(mod, buf.u, filesize, name);
without the ident check.