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:
authorAndrew Hale <TrumanBlending@gmail.com>2012-01-05 19:08:32 +0400
committerAndrew Hale <TrumanBlending@gmail.com>2012-01-05 19:08:32 +0400
commit188d0026b4bcab85c056831fc32f1dab4c4b1066 (patch)
tree16caf6f66ce761b3983e47c0957ada99de5a934c /modules/selection_utils.py
parent33c5b99dd6e1860cca8cf55c9eea911553bd7b50 (diff)
Added contributors and credit to Mackraken's "Tools for Curves" addon. Also tagged as pep8-80 compliant.
Diffstat (limited to 'modules/selection_utils.py')
-rw-r--r--modules/selection_utils.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/selection_utils.py b/modules/selection_utils.py
index 002461b7..6c0b8827 100644
--- a/modules/selection_utils.py
+++ b/modules/selection_utils.py
@@ -16,6 +16,11 @@
#
# ##### END GPL LICENSE BLOCK #####
+# <pep8-80 compliant>
+
+# Contributors: Mackraken, Andrew Hale (TrumanBlending)
+# Adapted from Mackraken's "Tools for Curves" addon
+
import bpy
selected = []
@@ -72,4 +77,4 @@ class SelectionOrder(bpy.types.Operator):
return {'RUNNING_MODAL'}
-bpy.utils.register_module(__name__) \ No newline at end of file
+bpy.utils.register_module(__name__)