-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Python: Traceback (most recent call last):
File "C:\Users\alxbu\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\MaterialMapGenerator_init_.py", line 86, in execute
main(self, context)
File "C:\Users\alxbu\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\MaterialMapGenerator_init_.py", line 43, in main
shutil.copy2(node_active.image.filepath, absolute_path("input"))
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\shutil.py", line 434, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '//Griff-Oberseite-Spanner.002.png'
I dont know why, but my paths are not valid for some reason. Could this be a problem of the corresponding python-version?