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_screencast_keys.py
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'space_view3d_screencast_keys.py')
-rw-r--r--space_view3d_screencast_keys.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/space_view3d_screencast_keys.py b/space_view3d_screencast_keys.py
index 09989e73..88fd191e 100644
--- a/space_view3d_screencast_keys.py
+++ b/space_view3d_screencast_keys.py
@@ -19,19 +19,19 @@
# <pep8 compliant>
bl_info = {
- 'name': "Screencast Keys",
- 'author': 'Paulo Gomes, Bart Crouch, John E. Herrenyo, Gaia Clary, Pablo Vazquez',
- 'version': (1, 7),
- 'blender': (2, 6, 4),
- 'location': '3D View > Properties Panel > Screencast Keys',
- 'warning': '',
- 'description': 'Display keys pressed in the 3D View, '\
- 'useful for screencasts.',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/'
- 'Py/Scripts/3D_interaction/Screencast_Key_Status_Tool',
- 'tracker_url': 'http://projects.blender.org/tracker/index.php?'
- 'func=detail&aid=21612',
- 'category': '3D View'}
+ "name": "Screencast Keys",
+ "author": "Paulo Gomes, Bart Crouch, John E. Herrenyo, Gaia Clary, Pablo Vazquez",
+ "version": (1, 7),
+ "blender": (2, 6, 4),
+ "location": "3D View > Properties Panel > Screencast Keys",
+ "warning": "",
+ "description": "Display keys pressed in the 3D View, "
+ "useful for screencasts.",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/"
+ "Py/Scripts/3D_interaction/Screencast_Key_Status_Tool",
+ "tracker_url": "http://projects.blender.org/tracker/index.php?"
+ "func=detail&aid=21612",
+ "category": "3D View"}
import bgl
import blf