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__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index 02f653fe..862c399b 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -20,11 +20,12 @@
bl_info = {
'name': 'Light Field Tools',
'author': 'Aurel Wildfellner',
+ 'description': 'Tools to create a light field camera and projector',
'version': (0, 2, 1),
- "blender": (2, 5, 7),
- "api": 35622,
+ 'blender': (2, 5, 7),
+ 'api': 36103,
'location': 'View3D > Tool Shelf > Light Field Tools',
- 'description': 'Tools to create a light field camera and projector',
+ 'url': 'http://www.jku.at/cg/',
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Render/Light_Field_Tools",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25719",
'category': 'Render'