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:
authorBassam Kurdali <bkurdali@freefactory.org>2011-01-14 21:10:02 +0300
committerBassam Kurdali <bkurdali@freefactory.org>2011-01-14 21:10:02 +0300
commit55c6ce612617ca2f5aca0ecefe4ddf381100f94a (patch)
treec3d313f9d5a6de01a1f46d79e2545f43e107f1ff /space_view3d_copy_attributes.py
parentc65a3f2a382c33c9eec21b5e3ab6a4a66c79ed43 (diff)
bl_info-izing
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 0c67b1e5..fb9dc518 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -21,9 +21,9 @@
bl_info = {
'name': 'Copy Attributes Menu',
'author': 'Bassam Kurdali, Fabian Fricke, wiseman303',
- 'version': (0, 41),
- 'blender': (2, 5, 5),
- 'api': 33215,
+ 'version': (0, 42),
+ 'blender': (2, 5, 6),
+ 'api': 34324,
'location': 'View3D > Ctrl/C',
'description': 'Copy Attributes Menu from Blender 2.4',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\