io_import_BrushSet.py #100490

Closed
opened 2022-08-19 03:30:23 +02:00 by lei · 5 comments

System Information
Operating system:windows11
Graphics card: mx250

Blender Version
Broken:
(example: 3.2b release)
Worked: (optional)

Short description of error
Python: Traceback (most recent call last):

File "D:\Program files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_import_BrushSet.py", line 105, in execute
  LoadBrushSet(self.properties.filepath, self.properties.filename)
File "D:\Program files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_import_BrushSet.py", line 54, in LoadBrushSet
  for file in os.listdir(filepath):

NotADirectoryError: [WinError 267] 目录名称无效。: 'E:\BrushesTextures\Brush 1.png'

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:windows11 Graphics card: mx250 **Blender Version** Broken: (example: 3.2b release) Worked: (optional) **Short description of error** Python: Traceback (most recent call last): ``` File "D:\Program files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_import_BrushSet.py", line 105, in execute LoadBrushSet(self.properties.filepath, self.properties.filename) File "D:\Program files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_import_BrushSet.py", line 54, in LoadBrushSet for file in os.listdir(filepath): ``` NotADirectoryError: [WinError 267] 目录名称无效。: 'E:\\BrushesTextures\\Brush 1.png' **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: @gundanlei

Added subscriber: @gundanlei
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

This report does not contain all the requested information, which is required for us to investigate the issue.

Please carefully follow the instructions. Be sure to provide system information, Blender version, the last Blender version which worked, and exact steps to reproduce the problem.

A guideline for making a good bug report can be found at https://wiki.blender.org/wiki/Process/Bug_Reports

This report does not contain all the requested information, which is required for us to investigate the issue. Please carefully follow the instructions. Be sure to provide system information, Blender version, the last Blender version which worked, and exact steps to reproduce the problem. A guideline for making a good bug report can be found at https://wiki.blender.org/wiki/Process/Bug_Reports

Closed as duplicate of #86080

Closed as duplicate of #86080
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#100490
No description provided.