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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-04-01 22:59:17 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-04-01 22:59:17 +0400
commit3b812189621ecc2ba979c40f16b7a4286ed705eb (patch)
treeeb57d8aba35aee5404181d0fda760c4e67e036a1 /io_anim_camera.py
parent12223b635d8eeaa077a510e2bcb22afa393af327 (diff)
modify all scripts to include 1 line description in line with new patch committ
commit 27934 by DingTo: Improved Addons in User Prefs by Keith Boshoff (wahooney) This adds a "description" field to addons (ideally a small 1 liner, with basic info) [[Split portion of a mixed commit.]]
Diffstat (limited to 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 3fefac1c..ed5469dc 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -24,6 +24,7 @@ bl_addon_info = {
'version': '0.1',
'blender': (2, 5, 3),
'location': 'File > Export > Camera Animation',
+ 'description': 'Export Cameras & Markers',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Camera_Animation',
'category': 'Import/Export'}