error when trying to import textures #90436

Closed
opened 2021-08-04 19:53:22 +02:00 by Sex · 4 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41

Blender Version
Broken: version: 2.93.1, branch: master, commit date: 2021-06-22 05:57, hash: blender/blender@1b8d33b18c
Worked: (newest version of Blender that worked as expected)

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

Short description of error
when trying to import textures with the "ctrl + shift + t" shortcut, i get this error:

Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation Blender 2.9312.93\scripts/addons node_wrangler.py", line 3274, in execute
import_path = bpy.path.relpath(self.directory)
File "C:\Program Files\Blender Foundation Blender 2.9312.93\scripts modules bpy\path.py", line 114, in relpath
return "//" + _os.path.relpath(path, start)
File "C:\Program Files\Blender Foundation Blender 2.9312.93\python libintpath.py", line 703, in relpath
raise ValueError("path is on mount %r, start on mount %r" % (
ValueError: path is on mount 'D:', start on mount 'C:'
location: :-1

Exact steps for others to reproduce the error
select a mesh, give it a material, go to the shader editor, clic the default Principled BSDF, use the ctrl + shift + t shortcut, select the images, clic "OK".

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41 **Blender Version** Broken: version: 2.93.1, branch: master, commit date: 2021-06-22 05:57, hash: `blender/blender@1b8d33b18c` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Node Wrangler (3, 38) Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer **Short description of error** when trying to import textures with the "ctrl + shift + t" shortcut, i get this error: Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation Blender 2.9312.93\scripts/addons node_wrangler.py", line 3274, in execute import_path = bpy.path.relpath(self.directory) File "C:\Program Files\Blender Foundation Blender 2.9312.93\scripts modules bpy\path.py", line 114, in relpath return "//" + _os.path.relpath(path, start) File "C:\Program Files\Blender Foundation Blender 2.9312.93\python libintpath.py", line 703, in relpath raise ValueError("path is on mount %r, start on mount %r" % ( ValueError: path is on mount 'D:', start on mount 'C:' location: <unknown location>:-1 **Exact steps for others to reproduce the error** select a mesh, give it a material, go to the shader editor, clic the default Principled BSDF, use the ctrl + shift + t shortcut, select the images, clic "OK".
Author

Added subscriber: @blitzplayz

Added subscriber: @blitzplayz
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

That is the same as #77022 (Node Wrangler - Principled Texture Setup error (with Relative Path option and blendfile and textures are on different drives)), please check that task for a workaround.
Thx reporting will merge these reports.

That is the same as #77022 (Node Wrangler - Principled Texture Setup error (with Relative Path option and blendfile and textures are on different drives)), please check that task for a workaround. Thx reporting will merge these reports.
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#90436
No description provided.