node wrangler error #82411

Closed
opened 2020-11-04 20:41:43 +01:00 by Mateusz Sprawka · 4 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67

Blender Version
Broken: version: 2.90.1, branch: master, commit date: 2020-09-23 06:43, hash: blender/blender@3e85bb34d0
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
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

CTRL SHIFT T = load images with node wrangler, error occur

Traceback (most recent call last):

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

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

location: :-1

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67 **Blender Version** Broken: version: 2.90.1, branch: master, commit date: 2020-09-23 06:43, hash: `blender/blender@3e85bb34d0` 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** [Please fill out a short description of the error here] **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)] CTRL SHIFT T = load images with node wrangler, error occur Traceback (most recent call last): ``` File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\node_wrangler.py", line 3022, in execute import_path = bpy.path.relpath(self.directory) File "D:\program files\steamapps\common\Blender\2.90\scripts\modules\bpy\path.py", line 114, in relpath return "//" + _os.path.relpath(path, start) File "D:\program files\steamapps\common\Blender\2.90\python\lib\ntpath.py", line 562, in relpath path_drive, start_drive)) ``` ValueError: path is on mount 'D:', start on mount 'C:' location: <unknown location>:-1

Added subscriber: @sprawa

Added subscriber: @sprawa
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

This has been reported before, see #77022 (Node Wrangler - Principled Texture Setup error (with Relative Path option and blendfile and textures are on different drives)), will merge these reports.

Note: workaround is in that report.

This has been reported before, see #77022 (Node Wrangler - Principled Texture Setup error (with Relative Path option and blendfile and textures are on different drives)), will merge these reports. Note: workaround is in that report.
Member

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#82411
No description provided.