So I have updated to 2.83 recently, and unlike updating from 2.81 to 2.82 I had many problems.
The one that I couldn’t solve currently is a problem with node wrangler, it seems to happen only sometimes and not always.
Long story short, I get this error when I try to use the principled setup function after I choose the textures:
Traceback (most recent call last):
File “C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\node_wrangler.py”, line 2819, in execute
import_path = bpy.path.relpath(self.directory)
File “C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\bpy\path.py”, line 114, in relpath
return “//” + _os.path.relpath(path, start)
File “C:\Program Files\Blender Foundation\Blender 2.83\2.83\python\lib\ntpath.py”, line 562, in relpath
path_drive, start_drive))
ValueError: path is on mount ‘F:’, start on mount ‘C:’
location: :-1
I have never had problems with this feature so I don’t know how to tackle it, any help would be much appreciated.
Thank you.