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:
authorJonathan Smith <j.jaydez@gmail.com>2011-03-19 16:20:33 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-03-19 16:20:33 +0300
commit89f54a30a39f57be545dff1a710b7b7f5372f999 (patch)
tree340af6e70f7fed3db322fd25dc2f1e0fe8a3361f /light_field_tools
parent5a9461436c34ff2c30878d40e93cd6b980262f1e (diff)
Updated Blender Version to 2.57 and api version
Diffstat (limited to 'light_field_tools')
-rw-r--r--light_field_tools/__init__.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index d3ef9fbb..02f653fe 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -20,12 +20,11 @@
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, 6),
- 'api': 35001,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'View3D > Tool Shelf > Light Field Tools',
- 'url': 'http://www.jku.at/cg/',
+ 'description': 'Tools to create a light field camera and projector',
"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'