Cleanup: import-brush-set-replace-hardcoded-file-extensions #104802

Merged
Showing only changes of commit aec44e7905 - Show all commits

View File

@ -15,7 +15,7 @@ bl_info = {
"location": "File > Import > BrushSet", "location": "File > Import > BrushSet",
"description": "Imports all image files from a folder.", "description": "Imports all image files from a folder.",
"warning": '', # used for warning icon and text in addons panel "warning": '', # used for warning icon and text in addons panel
"doc_url": "https://archive.blender.org/wiki/index.php/Extensions:2.5/Py/Scripts/Import-Export/BrushSet/", "doc_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Import-Export/BrushSet",
"tracker_url": "https://projects.blender.org/blender/blender-addons/src/branch/main/io_import_BrushSet.py", "tracker_url": "https://projects.blender.org/blender/blender-addons/src/branch/main/io_import_BrushSet.py",
"category": "Import-Export", "category": "Import-Export",
} }