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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-19 19:42:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-19 19:42:01 +0400
commit90a7492448113b330b9f5e7f2795535ce2e3ddcc (patch)
tree7dc85c7fe6cbd2b43be24b994c8ea30c4f4c09f8 /space_view3d_copy_attributes.py
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index ecc12b92..bd8f70a6 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -19,17 +19,17 @@
# <pep8 compliant>
bl_info = {
- 'name': 'Copy Attributes Menu',
- 'author': 'Bassam Kurdali, Fabian Fricke, Adam Wiseman',
- 'version': (0, 4, 7),
- 'blender': (2, 6, 3),
- 'location': 'View3D > Ctrl-C',
- 'description': 'Copy Attributes Menu from Blender 2.4',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'
- 'Scripts/3D_interaction/Copy_Attributes_Menu',
- 'tracker_url': 'https://projects.blender.org/tracker/index.php?'
- 'func=detail&aid=22588',
- 'category': '3D View'}
+ "name": "Copy Attributes Menu",
+ "author": "Bassam Kurdali, Fabian Fricke, Adam Wiseman",
+ "version": (0, 4, 7),
+ "blender": (2, 6, 3),
+ "location": "View3D > Ctrl-C",
+ "description": "Copy Attributes Menu from Blender 2.4",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/3D_interaction/Copy_Attributes_Menu",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?"
+ "func=detail&aid=22588",
+ "category": "3D View"}
import bpy
from mathutils import Matrix