Merge branch 'blender-v3.1-release'

This commit is contained in:
Aaron Carlisle 2022-03-01 11:51:02 -05:00
commit 3be8da20e2
4 changed files with 3 additions and 6 deletions

View File

@ -19,8 +19,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

@ -16,8 +16,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

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

View File

@ -9,7 +9,7 @@ bl_info = {
"version": (1, 3, 2),
"blender": (2, 80, 0),
"location": "View3D > EditMode Context Menu",
"doc_url": "http://zeffii.github.io/mesh_tiny_cad/",
"doc_url": "{BLENDER_MANUAL_URL}/addons/mesh/tinycad.html",
"tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues",
"category": "Mesh",
}