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>2011-09-26 19:44:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-26 19:44:10 +0400
commitc1856348067971d1e246f059108c43f5787b4aea (patch)
tree0dddfd9afd6a932c997482b62af75a2c38d2b6d2 /space_view3d_screencast_keys.py
parent4007f1cc3cfe3508ecf58b84373a92206a6b4da3 (diff)
fix for x3d export and some minor pep8 edits
Diffstat (limited to 'space_view3d_screencast_keys.py')
-rw-r--r--space_view3d_screencast_keys.py30
1 files changed, 14 insertions, 16 deletions
diff --git a/space_view3d_screencast_keys.py b/space_view3d_screencast_keys.py
index d1d46773..be431f41 100644
--- a/space_view3d_screencast_keys.py
+++ b/space_view3d_screencast_keys.py
@@ -16,22 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
-# #####
-#
-# Modification history:
-# - Version 1,4
-# - 07-sep-2011 (Gaia Clary):
-# - settings now stored in blend file
-# - grouping mouse&text
-# - mouse_size and font_size separated
-# - boundingBox for improved readability.
-# - missing mouse "release" clicks added
-#
-# ####
-
-# <pep8 compliant>
-
-
bl_info = {
'name': 'Screencast Keys',
'author': 'Paulo Gomes, Bart Crouch, John E. Herrenyo',
@@ -49,6 +33,20 @@ bl_info = {
'category': '3D View'}
+# #####
+#
+# Modification history:
+# - Version 1,4
+# - 07-sep-2011 (Gaia Clary):
+# - settings now stored in blend file
+# - grouping mouse&text
+# - mouse_size and font_size separated
+# - boundingBox for improved readability.
+# - missing mouse "release" clicks added
+#
+# ####
+
+
import bgl
import blf
import bpy