Node wrangler issue (I am an extreme novice!) #98023

Closed
opened 2022-05-10 21:15:02 +02:00 by Angus · 4 comments

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

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

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

location: :-1

Exact steps for others to reproduce the error
In shading I press ctrl+shift+t and select my textures. Then when I press the Principled Texture Setup button, I get the above error message.

**System Information** Operating system: Windows-10-10.0.22000-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.13 **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 "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\addons\node_wrangler.py", line 3022, in execute import_path = bpy.path.relpath(self.directory) File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\bpy\path.py", line 114, in relpath return "//" + _os.path.relpath(path, start) File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\python\lib\ntpath.py", line 562, in relpath path_drive, start_drive)) ``` ValueError: path is on mount 'C:', start on mount 'D:' location: <unknown location>:-1 **Exact steps for others to reproduce the error** In shading I press ctrl+shift+t and select my textures. Then when I press the Principled Texture Setup button, I get the above error message.
Author

Added subscriber: @catangus

Added subscriber: @catangus

Added subscriber: @rjg

Added subscriber: @rjg

Please update to the most recent version of Blender LTS release 2.93.9 , this should already be fixed.

Please update to the most recent version of Blender LTS release [2.93.9 ](https://download.blender.org/release/Blender2.93/), this should already be fixed.

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