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:
authorLuca Bonavita <mindrones@gmail.com>2010-08-31 06:43:31 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-08-31 06:43:31 +0400
commit01564c0f25797dd213157388291331b66034488e (patch)
tree77cb5ef7d20c7f34db6d1bf10f60236277cddb63 /io_anim_camera.py
parent6cc0943c59112e4679dd2e01a8ee75669a05385e (diff)
== trunk addons ==
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
Diffstat (limited to 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 92c473c7..b0ee4cbc 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -19,15 +19,18 @@
# <pep8 compliant>
bl_addon_info = {
- "name": "Export: Camera Animation",
+ "name": "Export Camera Animation",
"author": "Campbell Barton",
- "version": "0.1",
+ "version": (0,1),
"blender": (2, 5, 3),
+ "api": 31667,
"location": "File > Export > Camera Animation",
"description": "Export Cameras & Markers",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/File_I-O/Camera_Animation",
- "tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22835&group_id=153&atid=469",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "Scripts/File_I-O/Camera_Animation",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?"\
+ "func=detail&aid=22835&group_id=153&atid=469",
"category": "Import/Export"}