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:
Diffstat (limited to 'sun_position/__init__.py')
-rw-r--r--sun_position/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/sun_position/__init__.py b/sun_position/__init__.py
index cca1bc21..499cafc3 100644
--- a/sun_position/__init__.py
+++ b/sun_position/__init__.py
@@ -38,9 +38,10 @@ bl_info = {
"blender": (2, 80, 0),
"location": "World > Sun Position",
"description": "Show sun position with objects and/or sky texture",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "lighting/sun_position.html",
- "category": "Lighting"}
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "lighting/sun_position.html",
+ "category": "Lighting",
+}
if "bpy" in locals():
import importlib