Skip to content
Snippets Groups Projects
Commit 188d0026 authored by Andrew Hale's avatar Andrew Hale
Browse files

Added contributors and credit to Mackraken's "Tools for Curves" addon. Also...

Added contributors and credit to Mackraken's "Tools for Curves" addon. Also tagged as pep8-80 compliant.
parent 33c5b99d
No related branches found
No related tags found
No related merge requests found
......@@ -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__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment