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:
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__)