Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lighting_dynamic_sky.py3
-rw-r--r--lighting_tri_lights.py3
2 files changed, 4 insertions, 2 deletions
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/",
}