Node Wrangler not working. No Relative paths option #81742

Closed
opened 2020-10-15 17:49:10 +02:00 by Matt · 5 comments

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

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)]

Use the Ctrl Shift T method for bringing in textures.

Gives me this error

Traceback (most recent call last):

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

ValueError: path is on mount 'F:', start on mount 'P:'

location: :-1

I am assuming that it is complaining that my paths are wrong but there is no where to choose 'relative paths' that I can see. Several people have said that is the fix but no idea where to change this setting. It's not in Node Wrangler prefs

image.png

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.38 **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)] Use the Ctrl Shift T method for bringing in textures. Gives me this error Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\node_wrangler.py", line 3022, in execute import_path = bpy.path.relpath(self.directory) File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\bpy\path.py", line 114, in relpath return "//" + _os.path.relpath(path, start) File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\ntpath.py", line 562, in relpath path_drive, start_drive)) ``` ValueError: path is on mount 'F:', start on mount 'P:' location: <unknown location>:-1 I am assuming that it is complaining that my paths are wrong but there is no where to choose 'relative paths' that I can see. Several people have said that is the fix but no idea where to change this setting. It's not in Node Wrangler prefs ![image.png](https://archive.blender.org/developer/F8995055/image.png)
Author

Added subscriber: @cg_petey

Added subscriber: @cg_petey
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

This is the same as #77022 (Node Wrangler - Principled Texture Setup error (with Relative Path option and blendfile and textures are on different drives)) (workaround in that report), will merge these reports.

This is the same as #77022 (Node Wrangler - Principled Texture Setup error (with Relative Path option and blendfile and textures are on different drives)) (workaround in that report), will merge these reports.
Member

Closed as duplicate of #77022

Closed as duplicate of #77022
Member

Ah, for the option you have to expand them in the file browser (use the little arrow on the right side or hit {key N}), does this work for you?

Ah, for the option you have to expand them in the file browser (use the little arrow on the right side or hit {key N}), does this work for you?
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#81742
No description provided.