materials addons: default to manual

This commit is contained in:
Brendon Murphy 2019-12-12 22:04:22 +11:00
parent 3ebb4ed57f
commit 8c39b5bfab
2 changed files with 6 additions and 4 deletions

View File

@ -20,13 +20,14 @@
bl_info = {
"name": "Material Library",
"author": "Mackraken (mackraken2023@hotmail.com)",
"version": (0, 5, 9),
"author": "Mackraken",
"version": (0, 6, 0),
"blender": (2, 80, 0),
"location": "Properties > Material",
"description": "Material Library VX",
"warning": "",
"wiki_url": "https://sites.google.com/site/aleonserra/home/scripts/matlib-vx",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"materials/material_library.html",
"tracker_url": "",
"category": "Material"}

View File

@ -40,7 +40,8 @@ bl_info = {
"location": "View3D > Shift + Q key",
"description": "Menu of material tools (assign, select..) in the 3D View",
"warning": "Beta",
"wiki_url": "https://github.com/ChrisHinde/MaterialUtilities",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"materials/material_utils.html",
"category": "Material"
}