nutti / blender-mqo

Blender Add-on: Metasequoia File Importer/Exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python: Traceback

thezphynx opened this issue · comments

tiamat.zip
Python: Traceback (most recent call last):
File "C:\Users\zphyn\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_mqo\ops.py", line 861, in execute
import_mqo_file(self.properties.filepath,
File "C:\Users\zphyn\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_mqo\ops.py", line 374, in import_mqo_file
mqo_file.load(filepath)
File "C:\Users\zphyn\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_mqo\utils\mqo_file.py", line 1936, in load
self._objects.append(self._parse_object(line))
File "C:\Users\zphyn\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_mqo\utils\mqo_file.py", line 1840, in _parse_object
obj.add_faces(self._parse_face(line))
File "C:\Users\zphyn\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_mqo\utils\mqo_file.py", line 1624, in _parse_face
raise RuntimeError("Invalid format. (line:{})".format(first_line))
RuntimeError: Invalid format. (line:b'face 1865{')

location: :-1

Trying to import the attached .mqo and receiving this message. Please advise?

commented

@thezphynx

Thanks for your report. It seems the bug of this add-on.
I fixed it now, so you can try the unstable version which fixes this issue.