FileNotFoundError: [Errno 2] No such file or directory:

Status
Not open for further replies.

Vido

0
Joined
Feb 4, 2018
Messages
28
Hi guys, Im trying to import my car .mesh (converted with OgreXMLConverter) but Im getting an error

Code:
Circular reference in texture stack
Traceback (most recent call last):
  File "/home/slobodan/.config/blender/2.79/scripts/addons/io_mesh_TL/__init__.py", line 127, in execute
    return TLImport.load(self, context, **keywords)
  File "/home/slobodan/.config/blender/2.79/scripts/addons/io_mesh_TL/TLImport.py", line 1064, in load
    for filename in os.listdir(folder):
FileNotFoundError: [Errno 2] No such file or directory: '/home/slobodan/snap/rigs-of-rods/common/mods/fica750'

location: <unknown location>:-1

Im using blender 2.79 and TLImporter 0.7.1
 

Attachments

  • Fica.mesh
    2.7 MB · Views: 262
Status
Not open for further replies.
Back
Top