[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2867] trunk/py/scripts/addons/modules/ selection_utils.py: Added contributors and credit to Mackraken's " Tools for Curves" addon.

Andrew Hale TrumanBlending at gmail.com
Thu Jan 5 16:08:41 CET 2012


Revision: 2867
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2867
Author:   trumanblending
Date:     2012-01-05 15:08:32 +0000 (Thu, 05 Jan 2012)
Log Message:
-----------
Added contributors and credit to Mackraken's "Tools for Curves" addon. Also tagged as pep8-80 compliant.

Modified Paths:
--------------
    trunk/py/scripts/addons/modules/selection_utils.py

Modified: trunk/py/scripts/addons/modules/selection_utils.py
===================================================================
--- trunk/py/scripts/addons/modules/selection_utils.py	2012-01-05 14:39:45 UTC (rev 2866)
+++ trunk/py/scripts/addons/modules/selection_utils.py	2012-01-05 15:08:32 UTC (rev 2867)
@@ -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 @@
         return {'RUNNING_MODAL'}
 
 
-bpy.utils.register_module(__name__)
\ No newline at end of file
+bpy.utils.register_module(__name__)



More information about the Bf-extensions-cvs mailing list