We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 106, in execute return import_craft_op(self, context, **keywords) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 80, in import_craft_op obj = import_craft(filepath) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 44, in import_craft gamedata = GameData(Preferences().GameData) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\gamedata.py", line 146, in init self.create_db() File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\gamedata.py", line 129, in create_db recurse_tree(self.root, self.build_db) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\gamedata.py", line 29, in recurse_tree files = os.listdir(path) FileNotFoundError: [WinError 3] The system cannot find the path specified: ''
The text was updated successfully, but these errors were encountered:
ive been having the same problem.
Sorry, something went wrong.
so im thinking its a problem on the dev's side. it used to work for 3.3, but now it doesnt work at all.
I have the exact same problem, any update or solution?
should be working now, the best experience is for blender 3.6, 4.0, 4.1. The 4.2 i wasnt tested yet
No branches or pull requests
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 106, in execute
return import_craft_op(self, context, **keywords)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 80, in import_craft_op
obj = import_craft(filepath)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 44, in import_craft
gamedata = GameData(Preferences().GameData)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\gamedata.py", line 146, in init
self.create_db()
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\gamedata.py", line 129, in create_db
recurse_tree(self.root, self.build_db)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_object_mu-master\import_craft\gamedata.py", line 29, in recurse_tree
files = os.listdir(path)
FileNotFoundError: [WinError 3] The system cannot find the path specified: ''
The text was updated successfully, but these errors were encountered: