From 188d0026b4bcab85c056831fc32f1dab4c4b1066 Mon Sep 17 00:00:00 2001 From: Andrew Hale <TrumanBlending@gmail.com> Date: Thu, 5 Jan 2012 15:08:32 +0000 Subject: [PATCH] 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(-) diff --git a/modules/selection_utils.py b/modules/selection_utils.py index 002461b74..6c0b88272 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__) -- GitLab