Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-12-12 14:04:22 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-12 14:04:22 +0300
commit8c39b5bfab49289b829bbd55f1033e524b6d6469 (patch)
tree7e23ce1667f5cec2489c7d56632866df460d18d8 /materials_library_vx
parent3ebb4ed57f712c719e35f30690d202bf94e1cd24 (diff)
materials addons: default to manual
Diffstat (limited to 'materials_library_vx')
-rw-r--r--materials_library_vx/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 42154ab7..272bc688 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -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"}