Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-05-20 21:30:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-05-20 21:30:30 +0400
commit3efeff7666ba23926c7c2dc3722efdd61ad4a8fd (patch)
treeb18fb7be4f4a488ec446abd2bbc4f086e4c655b7 /release/scripts/weightpaint_gradient.py
parentfbbc038cb6be64ae92fa0edd9eccf8e109a318c4 (diff)
adding GPL headers
Diffstat (limited to 'release/scripts/weightpaint_gradient.py')
-rwxr-xr-xrelease/scripts/weightpaint_gradient.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/release/scripts/weightpaint_gradient.py b/release/scripts/weightpaint_gradient.py
index d16800b8977..a2bff999610 100755
--- a/release/scripts/weightpaint_gradient.py
+++ b/release/scripts/weightpaint_gradient.py
@@ -20,6 +20,24 @@ Note:
Holding Shift or clicking outside the mesh on the second click will blend the first colour to nothing.
'''
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+
import mesh_gradient
import Blender