lol, for some reason I keep getting this error when I try to import a .obj
Error executing plugin
Plugin:
Import/OBJ
Arguments:
- file := C:\\Users\\Tenaka\\Documents\\3dsmax\\export\\F305.obj
- longestDimension := 30
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at jo.vecmath.logic.ext.Hull3fLogic.getBounds(Hull3fLogic.java:39)
at jo.sm.plugins.ship.imp.PlotLogic.getScale(PlotLogic.java:192)
at jo.sm.plugins.ship.imp.ImportOBJPlugin.modify(ImportOBJPlugin.java:72)
at jo.sm.ui.act.plugin.BlocksPluginAction$1.run(BlocksPluginAction.java:67)
at jo.sm.logic.RunnableLogic$1.run(RunnableLogic.java:14)
and in the consol I get this error message:
Unrecognized vetex texture line \'vt -0.1291 0.0817 0.0000\'
Read 0 triangles
I\'ve tried using previous obj\'s that worked, some still work others come up with this. I\'ve also tried changing the export options in 3ds max(exporting the mesh using triangles, quads, and poly\'s).
TK