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-02-14 04:03:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-02-14 04:03:32 +0300
commitc7a8f6cd9dd0651b369aff644422ce90bd2fc235 (patch)
tree89bd50c409c9c223aa77d0e46ad60849a945c225 /release/scripts/image_billboard.py
parent1021949c3a5c5b427b83f2623388b935f0c9a00e (diff)
Added GPL Headers to some of my scipts that were missing it. also changed the header of a few others.
Only code change is cookie cut from View now only uses 3d curves to cut.
Diffstat (limited to 'release/scripts/image_billboard.py')
-rw-r--r--release/scripts/image_billboard.py21
1 files changed, 20 insertions, 1 deletions
diff --git a/release/scripts/image_billboard.py b/release/scripts/image_billboard.py
index ce7f29dc330..d3ba08cb5f8 100644
--- a/release/scripts/image_billboard.py
+++ b/release/scripts/image_billboard.py
@@ -25,7 +25,26 @@ Usage
* Once the script has finished running return to the 3d view by pressing Shift+F5
* To see the newly applied textures change the drawtype to 'Textured Solid'
"""
-
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# Script copyright (C) Campbell J Barton 2006
+#
+# 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 Blender as B
import BPyMathutils