Page 1 of 1
export failed: object has a invalid set of points
Posted: Fri Sep 21, 2012 2:27 pm
by DRTMTV
I get this error when exporting my animation of a realflow mesh. Am I missing something simple?!
Thanks
Re: export failed: object has a invalid set of points
Posted: Fri Sep 21, 2012 3:08 pm
by JDHill
I would need to get a copy of the scene (jeremy at nextlimit dotcom, or use dropbox if it is too large for email) before I could tell you much about this. The only case in which this error message is given is when the object being exported either has an invalid (returns null) points array, or has an array which contains zero points. The reason for that could be anything, since polygons are provided by Cinema or other plugins.
Re: export failed: object has a invalid set of points
Posted: Mon Sep 24, 2012 7:17 pm
by DRTMTV
In the process of stripping the scene file I seem to have discovered the issue.
If I include frame 0 (where there is no mesh) then my export to maxwell returns the error. If I exclude frame 0 from the sequence it exports ok.
Cheers!