Python error. #86327

Closed
opened 2021-03-06 02:54:25 +01:00 by Naouri Redouane · 2 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40

Blender Version
Broken: version: 2.91.2, branch: master, commit date: 2021-01-19 16:15, hash: blender/blender@5be9ef4177
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Node Wrangler (3, 37)
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer

Short description of error
Python: Traceback (most recent call last):

File "F:\Blender Foundation\Blender 2.91\2.91\scripts\addons\node_wrangler.py", line 3022, in execute
  import_path = bpy.path.relpath(self.directory)
File "F:\Blender Foundation\Blender 2.91\2.91\scripts\modules\bpy\path.py", line 114, in relpath
  return "//" + _os.path.relpath(path, start)
File "F:\Blender Foundation\Blender 2.91\2.91\python\lib\ntpath.py", line 562, in relpath
  path_drive, start_drive))

ValueError: path is on mount 'E:', start on mount 'C:'

location: :-1

Exact steps for others to reproduce the error
1- go to shading menu
2- click and ctrl & shift & T to import a material setup

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40 **Blender Version** Broken: version: 2.91.2, branch: master, commit date: 2021-01-19 16:15, hash: `blender/blender@5be9ef4177` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Node Wrangler (3, 37) Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer **Short description of error** Python: Traceback (most recent call last): ``` File "F:\Blender Foundation\Blender 2.91\2.91\scripts\addons\node_wrangler.py", line 3022, in execute import_path = bpy.path.relpath(self.directory) File "F:\Blender Foundation\Blender 2.91\2.91\scripts\modules\bpy\path.py", line 114, in relpath return "//" + _os.path.relpath(path, start) File "F:\Blender Foundation\Blender 2.91\2.91\python\lib\ntpath.py", line 562, in relpath path_drive, start_drive)) ``` ValueError: path is on mount 'E:', start on mount 'C:' location: <unknown location>:-1 **Exact steps for others to reproduce the error** 1- go to shading menu 2- click and ctrl & shift & T to import a material setup

Added subscriber: @NaouriRedouane

Added subscriber: @NaouriRedouane

Closed as duplicate of #77022

Closed as duplicate of #77022
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#86327
No description provided.