hi
i know that i was told that that script does only work with blender 2.23.
some scripts do work now on os x so i hoped that it will be the same with this one.
the problem i run into is that eather export or import give me the followong errors:
when i hit export
Writing head4…
In Object_GetSelected()
Traceback (most recent call last):
File “OBJIO_wings_fix.py”, line 158, in EventGUI
File “OBJIO_wings_fix.py”, line 289, in ExportFunction
File “OBJIO_wings_fix.py”, line 306, in ExportFunctionOK
File “OBJIO_wings_fix.py”, line 668, in ObjExport
AttributeError: has_uvco
ok what does has uvco mean since the object gets exported and has not yet uvco!
when i hit import
import into Blender …
Traceback (most recent call last):
File “OBJIO_wings_fix.py”, line 151, in EventGUI
File “OBJIO_wings_fix.py”, line 267, in ImportFunction
File “OBJIO_wings_fix.py”, line 505, in ObjImport
AttributeError: has_uvco
i rememeber wehn i removed the has_uvco line that the next error was in 509 and telling me the objet has a material
Traceback (most recent call last):
File “OBJIO_wings_fix.py”, line 151, in EventGUI
File “OBJIO_wings_fix.py”, line 267, in ImportFunction
File “OBJIO_wings_fix.py”, line 509, in ObjImport
AttributeError: mats
i do not undertsand the reason why the script does not allow any io.
somebody help me?