We are generating a fairly large MDD from Lightwave.
Using the scan motion function of clothFX to generate the mdd, we try to import the .MDD into Unity / Mega-Fiers using the Point Cache script. Once all the vertices are mapped and the progress bar reaches 100%, a dialog box pops up notifying us that "Final Mapping Failed!"
Thinking that the file was simply too large (~65MB), we split up the .mdd file into frames 1-100, 101-200, and so on. However the same failure occurred.
Trying to run the Scene generates an IndexOutOfRangeException with the following stack trace:
IndexOutOfRangeException: Array index is out of range.
MegaPointCache.LinearRel (.MegaModifiers mc, Int32 start, Int32 end) (at Assets/Mega-Fiers/Scripts/MegaFiers/Modifiers/MegaPointCache.cs:98)
MegaPointCache.Modify (.MegaModifiers mc) (at Assets/Mega-Fiers/Scripts/MegaFiers/Modifiers/MegaPointCache.cs:271)
MegaModifiers.ModifyObject () (at Assets/Mega-Fiers/Scripts/MegaFiers/Modifiers/MegaModifiers.cs:361)
MegaModifiers.ModifyObjectMT () (at Assets/Mega-Fiers/Scripts/MegaFiers/Modifiers/MegaModifiers.cs:695)
MegaModifyObject.Update () (at Assets/Mega-Fiers/Scripts/MegaFiers/Modifiers/MegaModifyObject.cs:144)
-Is there some exporter or specific method we should be using to generate the .mdd?
If anyone from the Mega-Fiers team would like to see the .mdd or a subset of it, we can provide the full one via FTP or a smaller one via FTP/Email.
|