From 188d0026b4bcab85c056831fc32f1dab4c4b1066 Mon Sep 17 00:00:00 2001 From: Andrew Hale Date: Thu, 5 Jan 2012 15:08:32 +0000 Subject: Added contributors and credit to Mackraken's "Tools for Curves" addon. Also tagged as pep8-80 compliant. --- modules/selection_utils.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules') 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 ##### +# + +# 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__) -- cgit v1.2.3