add filtering to window manager to only show folders and images since this is what the user wants to see when using this addon #104845

Merged
Germano Cavalcante merged 3 commits from DanielGrauer/blender-addons:brushset-import-filter-files into main 2023-09-25 22:06:29 +02:00
Showing only changes of commit 9c768a042a - Show all commits

View File

@ -11,7 +11,7 @@ from bpy.props import (
bl_info = { bl_info = {
"name": "Import BrushSet", "name": "Import BrushSet",
"author": "Daniel Grauer (kromar), CansecoGPC", "author": "Daniel Grauer (kromar), CansecoGPC",
"version": (1, 3, 0), "version": (1, 3, 1),
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "File > Import > BrushSet", "location": "File > Import > BrushSet",
"description": "Imports all image files from a folder.", "description": "Imports all image files from a folder.",