Bug in "Import Brush Set" Addon in Blender 2.9 #87365

Closed
opened 2021-04-10 02:51:54 +02:00 by Nate T · 2 comments

BUG:

Importing brushes using the add-on yields the following error:

bpy.context.space_data.recent_folders_active = 0
Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\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.90\2.90\scripts\addons\io_import_BrushSet.py", line 70, in LoadBrushSet
  for file in os.listdir(filepath):

NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\Users\natet\Desktop\Digital Art\3D\Blender\Addons\Mask Tools 1.6\Textures & Brushes\Brush 1.png'

location: :-1


SYSTEM INFO :


OS Name Microsoft Windows 10 Home
Version 10.0.19042 Build 19042
Other OS Description Not Available
OS Manufacturer Microsoft Corporation
System Name DESKTOP-0IFCI2P
System Manufacturer Alienware
System Model Alienware Aurora R9
System Type x64-based PC
System SKU 0961
Processor Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz, 3600 Mhz, 8 Core(s), 8 Logical Processor(s)
BIOS Version/Date Alienware 1.0.8, 2/20/2020
SMBIOS Version 3.1
Embedded Controller Version 255.255
BIOS Mode UEFI
BaseBoard Manufacturer Alienware
BaseBoard Product 0T76PD
BaseBoard Version A02
Platform Role Desktop
Secure Boot State On
PCR7 Configuration Elevation Required to View
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = "10.0.19041.844"
Installed Physical Memory (RAM) 16.0 GB
Total Physical Memory 15.8 GB
Available Physical Memory 6.67 GB
Total Virtual Memory 21.8 GB
Available Virtual Memory 5.80 GB
Page File Space 6.00 GB
Page File C:\pagefile.sys
Kernel DMA Protection Off
Virtualization-based security Not enabled
Device Encryption Support Elevation Required to View
Hyper-V - VM Monitor Mode Extensions Yes
Hyper-V - Second Level Address Translation Extensions Yes
Hyper-V - Virtualization Enabled in Firmware Yes
Hyper-V - Data Execution Protection Yes

BUG: Importing brushes using the add-on yields the following error: bpy.context.space_data.recent_folders_active = 0 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\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.90\2.90\scripts\addons\io_import_BrushSet.py", line 70, in LoadBrushSet for file in os.listdir(filepath): ``` NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\natet\\Desktop\\Digital Art\\3D\\Blender\\Addons\\Mask Tools 1.6\\Textures & Brushes\\Brush 1.png' location: <unknown location>:-1 __________________________________________ SYSTEM INFO : ___________________________________________ OS Name Microsoft Windows 10 Home Version 10.0.19042 Build 19042 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name DESKTOP-0IFCI2P System Manufacturer Alienware System Model Alienware Aurora R9 System Type x64-based PC System SKU 0961 Processor Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz, 3600 Mhz, 8 Core(s), 8 Logical Processor(s) BIOS Version/Date Alienware 1.0.8, 2/20/2020 SMBIOS Version 3.1 Embedded Controller Version 255.255 BIOS Mode UEFI BaseBoard Manufacturer Alienware BaseBoard Product 0T76PD BaseBoard Version A02 Platform Role Desktop Secure Boot State On PCR7 Configuration Elevation Required to View Windows Directory C:\WINDOWS System Directory C:\WINDOWS\system32 Boot Device \Device\HarddiskVolume1 Locale United States Hardware Abstraction Layer Version = "10.0.19041.844" Installed Physical Memory (RAM) 16.0 GB Total Physical Memory 15.8 GB Available Physical Memory 6.67 GB Total Virtual Memory 21.8 GB Available Virtual Memory 5.80 GB Page File Space 6.00 GB Page File C:\pagefile.sys Kernel DMA Protection Off Virtualization-based security Not enabled Device Encryption Support Elevation Required to View Hyper-V - VM Monitor Mode Extensions Yes Hyper-V - Second Level Address Translation Extensions Yes Hyper-V - Virtualization Enabled in Firmware Yes Hyper-V - Data Execution Protection Yes
Author

Added subscriber: @titan2792

Added subscriber: @titan2792
Nate T self-assigned this 2021-04-10 02:54:28 +02:00
Nate T changed title from Bug in "Import Brush Set" Addon to Bug in "Import Brush Set" Addon in Blender 2.9 2021-04-10 02:54:52 +02:00

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