Skip to content
Snippets Groups Projects
Commit 8c39b5bf authored by meta-androcto's avatar meta-androcto
Browse files

materials addons: default to manual

parent 3ebb4ed5
No related branches found
No related tags found
No related merge requests found
...@@ -20,13 +20,14 @@ ...@@ -20,13 +20,14 @@
bl_info = { bl_info = {
"name": "Material Library", "name": "Material Library",
"author": "Mackraken (mackraken2023@hotmail.com)", "author": "Mackraken",
"version": (0, 5, 9), "version": (0, 6, 0),
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "Properties > Material", "location": "Properties > Material",
"description": "Material Library VX", "description": "Material Library VX",
"warning": "", "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": "", "tracker_url": "",
"category": "Material"} "category": "Material"}
......
...@@ -40,7 +40,8 @@ bl_info = { ...@@ -40,7 +40,8 @@ bl_info = {
"location": "View3D > Shift + Q key", "location": "View3D > Shift + Q key",
"description": "Menu of material tools (assign, select..) in the 3D View", "description": "Menu of material tools (assign, select..) in the 3D View",
"warning": "Beta", "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" "category": "Material"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment