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:
-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/'\