[Bf-extensions-cvs] [c47ea3fb] blender-v3.1-release: Update documentation urls for real snow and Precision Drawing Tools

Aaron Carlisle noreply at git.blender.org
Mon Feb 28 20:31:31 CET 2022


Commit: c47ea3fb3d3607f82eaa49a621bff9241701b112
Author: Aaron Carlisle
Date:   Mon Feb 28 14:30:33 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rBAc47ea3fb3d3607f82eaa49a621bff9241701b112

Update documentation urls for real snow and Precision Drawing Tools

See T95442

===================================================================

M	precision_drawing_tools/__init__.py
M	real_snow.py

===================================================================

diff --git a/precision_drawing_tools/__init__.py b/precision_drawing_tools/__init__.py
index 9d3ae175..c1769062 100644
--- a/precision_drawing_tools/__init__.py
+++ b/precision_drawing_tools/__init__.py
@@ -18,7 +18,7 @@ bl_info = {
     "location": "View3D > UI > PDT",
     "description": "Precision Drawing Tools for Accurate Modelling",
     "warning": "",
-    "doc_url": "https://github.com/Clockmender/Precision-Drawing-Tools/wiki",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/precision_drawing_tools/index.html",
     "category": "3D View",
 }
 
diff --git a/real_snow.py b/real_snow.py
index c0c51aeb..ba4f3c7d 100644
--- a/real_snow.py
+++ b/real_snow.py
@@ -23,7 +23,7 @@ bl_info = {
     "version": (1, 2),
     "blender": (2, 83, 0),
     "location": "View 3D > Properties Panel",
-    "doc_url": "https://github.com/marcopavanello/real-snow",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/object/real_snow.html",
     "tracker_url": "https://github.com/marcopavanello/real-snow/issues",
     "support": "COMMUNITY",
     "category": "Object",



More information about the Bf-extensions-cvs mailing list