Cleanup: Use `BLENDER_MANUAL_URL` prefix

This commit is contained in:
Aaron Carlisle 2022-03-01 11:50:33 -05:00
parent 847d2c7b7c
commit f22274d11e
3 changed files with 2 additions and 5 deletions

View File

@ -35,8 +35,6 @@ bl_info = {
"description": "UV Toolset. See Add-ons Preferences for details",
"warning": "",
"support": "COMMUNITY",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"uv/magic_uv.html",
"doc_url": "{BLENDER_MANUAL_URL}/addons/uv/magic_uv.html",
"tracker_url": "https://github.com/nutti/Magic-UV",
"category": "UV",

View File

@ -32,8 +32,7 @@ bl_info = {
"version": (1, 8, 1),
"blender": (2, 80, 0),
"description": "Tools for measuring objects.",
"doc_url": "{BLENDER_MANUAL_URL}/addons"
"/3d_view/measureit.html",
"doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/measureit.html",
"category": "3D View"
}

View File

@ -25,7 +25,7 @@ bl_info = {
"blender": (3, 0, 0),
"location": "View3D > TOOLS > Line Tool",
"description": "Extends Blender Snap controls",
"doc_url" : "https://docs.blender.org/manual/en/latest/addons/mesh/snap_utilities_line.html",
"doc_url" : "{BLENDER_MANUAL_URL}/addons/mesh/snap_utilities_line.html",
"category": "Mesh",
}