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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index fd5f125f..64c9ca41 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
'blender': (2, 5, 7),
'location': 'View3D > Tool Shelf > Light Field Tools',
'url': 'http://www.jku.at/cg/',
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Render/Light_Field_Tools",
+ "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",
'category': 'Render'
}