import brushset issue #88821

Closed
opened 2021-06-04 05:40:57 +02:00 by Li Yuan · 3 comments

System Information
Operating system:
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

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

**System Information** Operating system: 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** **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible).
Author

Added subscriber: @markli

Added subscriber: @markli
Author

Python: Traceback (most recent call last):

File "E:\blender2.92\2.92\scripts\addons\io_import_BrushSet.py", line 121, in execute
  LoadBrushSet(self.properties.filepath, self.properties.filename)
File "E:\blender2.92\2.92\scripts\addons\io_import_BrushSet.py", line 70, in LoadBrushSet
  for file in os.listdir(filepath):

NotADirectoryError: [WinError 267] 目录名称无效。: 'E:\blender2.92\Textures\Stencil_Arrows.png'

location: :-1

Python: Traceback (most recent call last): ``` File "E:\blender2.92\2.92\scripts\addons\io_import_BrushSet.py", line 121, in execute LoadBrushSet(self.properties.filepath, self.properties.filename) File "E:\blender2.92\2.92\scripts\addons\io_import_BrushSet.py", line 70, in LoadBrushSet for file in os.listdir(filepath): ``` NotADirectoryError: [WinError 267] 目录名称无效。: 'E:\\blender2.92\\Textures\\Stencil_Arrows.png' location: <unknown location>:-1

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