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 'light_field_tools/__init__.py')
-rw-r--r--light_field_tools/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index 08ff8c37..2bb769c0 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -25,8 +25,9 @@ bl_info = {
"blender": (2, 64, 0),
"location": "View3D > Tool Shelf > Light Field Tools",
"url": "http://www.jku.at/cg/",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Light_Field_Tools",
- "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25719",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Render/Light_Field_Tools",
+ "tracker_url": "https://developer.blender.org/T25719",
"category": "Render"
}