From 04d2e7af46e83fa2348808a47da4311d810fdb17 Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Thu, 12 Dec 2019 22:47:31 +1100 Subject: [PATCH] addons: manual links, minor changes to match functional areas. --- node_presets.py | 10 +++++----- object_collection_manager/__init__.py | 5 +++-- paint_palette.py | 2 +- space_clip_editor_refine_solution.py | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/node_presets.py b/node_presets.py index 9da8d1b60..2f65dd546 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 976f4c7d1..4a6ea451e 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 a8cd904cd..067beb4f3 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 fb423f7c1..7e3e8caca 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", } -- GitLab