[Bf-extensions-cvs] [8c39b5bf] master: materials addons: default to manual

meta-androcto noreply at git.blender.org
Thu Dec 12 12:04:44 CET 2019


Commit: 8c39b5bfab49289b829bbd55f1033e524b6d6469
Author: meta-androcto
Date:   Thu Dec 12 22:04:22 2019 +1100
Branches: master
https://developer.blender.org/rBA8c39b5bfab49289b829bbd55f1033e524b6d6469

materials addons: default to manual

===================================================================

M	materials_library_vx/__init__.py
M	materials_utils/__init__.py

===================================================================

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 at 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"}
 
diff --git a/materials_utils/__init__.py b/materials_utils/__init__.py
index b78119e8..a542a124 100644
--- a/materials_utils/__init__.py
+++ b/materials_utils/__init__.py
@@ -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"
 }



More information about the Bf-extensions-cvs mailing list