[Bf-extensions-cvs] [04d2e7af] master: addons: manual links, minor changes to match functional areas.

meta-androcto noreply at git.blender.org
Thu Dec 12 12:47:54 CET 2019


Commit: 04d2e7af46e83fa2348808a47da4311d810fdb17
Author: meta-androcto
Date:   Thu Dec 12 22:47:31 2019 +1100
Branches: master
https://developer.blender.org/rBA04d2e7af46e83fa2348808a47da4311d810fdb17

addons: manual links, minor changes to match functional areas.

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

M	node_presets.py
M	object_collection_manager/__init__.py
M	paint_palette.py
M	space_clip_editor_refine_solution.py

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

diff --git a/node_presets.py b/node_presets.py
index 9da8d1b6..2f65dd54 100644
--- a/node_presets.py
+++ b/node_presets.py
@@ -18,16 +18,16 @@
 
 bl_info = {
     "name": "Node Presets",
-    "description": "Useful and time-saving tools for rendering workflow",
+    "description": "Useful and time-saving tools for node group workflow",
     "author": "Campbell Barton",
     "version": (1, 1),
     "blender": (2, 80, 0),
-    "location": "Node > Add Template",
-    "description": "Adds node presets",
+    "location": "Node Editors > Add > Template",
+    "description": "Add node groups directly to the node editors",
     "warning": "",
     "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
-                "render/node_presets.html",
-    "category": "Render",
+                "node/node_presets.html",
+    "category": "Node",
 }
 
 import os
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 976f4c7d..4a6ea451 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -26,8 +26,9 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "View3D - Object Mode (Shortcut - M)",
     "warning": '',  # used for warning icon and text in addons panel
-    "wiki_url": "",
-    "category": "Object",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "interface/collection_manager.html",
+    "category": "Interface",
 }
 
 
diff --git a/paint_palette.py b/paint_palette.py
index a8cd904c..067beb4f 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -28,7 +28,7 @@ bl_info = {
     "description": "Palettes for color and weight paint modes",
     "warning": "",
     "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
-                "paint_palettes.html",
+                "paint/paint_palettes.html",
     "category": "Paint",
 }
 
diff --git a/space_clip_editor_refine_solution.py b/space_clip_editor_refine_solution.py
index fb423f7c..7e3e8cac 100644
--- a/space_clip_editor_refine_solution.py
+++ b/space_clip_editor_refine_solution.py
@@ -30,8 +30,8 @@ bl_info = {
     "description": "Refine motion solution by setting track weight according"
                    " to reprojection error",
     "warning": "",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/"
-                "Motion_Tracking/Refine_Track",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "video_tools/refine_tracking.html",
     "category": "Video Tools",
 }



More information about the Bf-extensions-cvs mailing list