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

This commit is contained in:
Brendon Murphy 2019-12-12 22:47:31 +11:00
parent 8c39b5bfab
commit 04d2e7af46
4 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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",
}

View File

@ -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",
}

View File

@ -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",
}