When using Import BrushSet Addon #88865

Closed
opened 2021-06-05 15:17:20 +02:00 by Gavin Wyatt · 2 comments

System Information
Operating system: Windows 10
Graphics card:

Blender Version
Broken:
(example: 2.79b release)
(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)
Worked: (optional)

Short description of error
Go to import Brush set or even one brush to no joy have even renamed brush files so no spaces.

Exact steps for others to reproduce the error

Based on the default startup or an attached .blend file (as simple as possible).
Python: Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_import_BrushSet.py", line 121, in execute
  LoadBrushSet(self.properties.filepath, self.properties.filename)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_import_BrushSet.py", line 70, in LoadBrushSet
  for file in os.listdir(filepath):

NotADirectoryError: [WinError 267] The directory name is invalid: 'E:\MaskTools\Mask Tools 1.6\Brushes\Brush 3.png'

location: :-1

**System Information** Operating system: Windows 10 Graphics card: **Blender Version** Broken: (example: 2.79b release) (example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen) Worked: (optional) **Short description of error** Go to import Brush set or even one brush to no joy have even renamed brush files so no spaces. **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible). Python: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_import_BrushSet.py", line 121, in execute LoadBrushSet(self.properties.filepath, self.properties.filename) File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_import_BrushSet.py", line 70, in LoadBrushSet for file in os.listdir(filepath): ``` NotADirectoryError: [WinError 267] The directory name is invalid: 'E:\\MaskTools\\Mask Tools 1.6\\Brushes\\Brush 3.png' location: <unknown location>:-1
Author

Added subscriber: @GavinWyatt

Added subscriber: @GavinWyatt

Closed as duplicate of #86080

Closed as duplicate of #86080
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#88865
No description provided.