[Bf-extensions-cvs] [35d9087e] master: lighting addons: manual links

meta-androcto noreply at git.blender.org
Sun Nov 24 05:31:21 CET 2019


Commit: 35d9087eb465782eac9aee5bafa2f998da24a82c
Author: meta-androcto
Date:   Sun Nov 24 15:31:07 2019 +1100
Branches: master
https://developer.blender.org/rBA35d9087eb465782eac9aee5bafa2f998da24a82c

lighting addons: manual links

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

M	lighting_dynamic_sky.py
M	lighting_tri_lights.py

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

diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index b20c52f9..a61b60e3 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -27,7 +27,8 @@ bl_info = {
     "location": "View3D > Sidebar > Create Tab",
     "description": "Creates Dynamic Sky for Cycles",
     "warning": "",
-    "wiki_url": "http://www.dragoneex.com/downloads/dynamic-skyadd-on",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "lighting/dynamic_sky.html",
     "category": "Lighting",
     }
 
diff --git a/lighting_tri_lights.py b/lighting_tri_lights.py
index 6712dd3e..1106d002 100644
--- a/lighting_tri_lights.py
+++ b/lighting_tri_lights.py
@@ -10,7 +10,8 @@ bl_info = {
     "warning": "",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
     "category": "Lighting",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "lighting/trilighting.html",
     "Scripts/",
 }



More information about the Bf-extensions-cvs mailing list