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

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

parent 8c39b5bf
Branches
Tags
No related merge requests found
...@@ -18,16 +18,16 @@ ...@@ -18,16 +18,16 @@
bl_info = { bl_info = {
"name": "Node Presets", "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", "author": "Campbell Barton",
"version": (1, 1), "version": (1, 1),
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "Node > Add Template", "location": "Node Editors > Add > Template",
"description": "Adds node presets", "description": "Add node groups directly to the node editors",
"warning": "", "warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/" "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"render/node_presets.html", "node/node_presets.html",
"category": "Render", "category": "Node",
} }
import os import os
......
...@@ -26,8 +26,9 @@ bl_info = { ...@@ -26,8 +26,9 @@ bl_info = {
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)", "location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel "warning": '', # used for warning icon and text in addons panel
"wiki_url": "", "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"category": "Object", "interface/collection_manager.html",
"category": "Interface",
} }
......
...@@ -28,7 +28,7 @@ bl_info = { ...@@ -28,7 +28,7 @@ bl_info = {
"description": "Palettes for color and weight paint modes", "description": "Palettes for color and weight paint modes",
"warning": "", "warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/" "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"paint_palettes.html", "paint/paint_palettes.html",
"category": "Paint", "category": "Paint",
} }
......
...@@ -30,8 +30,8 @@ bl_info = { ...@@ -30,8 +30,8 @@ bl_info = {
"description": "Refine motion solution by setting track weight according" "description": "Refine motion solution by setting track weight according"
" to reprojection error", " to reprojection error",
"warning": "", "warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/" "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"Motion_Tracking/Refine_Track", "video_tools/refine_tracking.html",
"category": "Video Tools", "category": "Video Tools",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment