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 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 489cf856..d50fce1f 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -19,14 +19,17 @@
# <pep8 compliant>
bl_addon_info = {
- 'name': 'I/O: Camera Animation',
+ 'name': 'Export: Camera Animation',
'author': 'Campbell Barton',
'version': '0.1',
'blender': (2, 5, 3),
'location': 'File > Export > Camera Animation',
'description': 'Export Cameras & Markers',
+ 'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/File_I-O/Camera_Animation',
+ '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'}