Python: Traceback NotADirectoryError when importing a PNG brush #104816

Closed
opened 2023-08-03 17:59:58 +02:00 by Christopher-25 · 1 comment

Operating system: Windows 11
Graphics card: GTX 1060

Blender Version: Blender 3.6

I get this error upon importing a PNG brush that I wanted to use as a texture to paint on my project:

Python: Traceback (most recent call last):

File: "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_BrushSet.py", Line 103, in execute
LoadBrushSet (self.properties.filepath, self.properties.filename)

File: "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_BrushSet.py", Line 52, in LoadBrushSet for file in os.listdir(filepath):

NotADirectoryError: [WinError 267] The directory name is invalid: 'E:\Art\Projects\3D\Mumu BG\Burhses\Kyle Chunky Charcoal Pencil Brush.png'

The only steps I did were enabled the "Import-Export: import BrushSet" add-on, clicked on the "File" tab, "Import", "Brush Set".

Operating system: Windows 11 Graphics card: GTX 1060 Blender Version: Blender 3.6 I get this error upon importing a PNG brush that I wanted to use as a texture to paint on my project: Python: Traceback (most recent call last): File: "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_BrushSet.py", Line 103, in execute LoadBrushSet (self.properties.filepath, self.properties.filename) File: "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_BrushSet.py", Line 52, in LoadBrushSet for file in os.listdir(filepath): NotADirectoryError: [WinError 267] The directory name is invalid: 'E:\\Art\\Projects\\3D\\Mumu BG\\Burhses\\Kyle Chunky Charcoal Pencil Brush.png' The only steps I did were enabled the "Import-Export: import BrushSet" add-on, clicked on the "File" tab, "Import", "Brush Set".
Christopher-25 added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2023-08-03 17:59:59 +02:00
Member

yes, this is a known issue: #86080, closing.

yes, this is a known issue: https://projects.blender.org/blender/blender-addons/issues/86080, closing.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-08-04 11:10:37 +02:00
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#104816
No description provided.