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:
authorWillian Padovani Germano <wpgermano@gmail.com>2005-05-17 23:56:29 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2005-05-17 23:56:29 +0400
commit7753547b701a45304f537fe26eb43773e1aea629 (patch)
tree728db3c58034ebf2e3feb6e1c464ceda10a9a8c2 /release/scripts/camera_changer.py
parent859959b49c8122b1e37027cf5009fecd23f5d8c8 (diff)
No cvs freeze msg yet, so thought I could go with a last minute new script:
Scripts: - license info for camera changer (thanks Tom for pointing), made it GPL since it's stricter and so can be "downgraded" w/o problems, but emailed the author to confirm and if necessary will fix before release. - adding Discombobulator by Evan J. Rosky (in Mesh menu): http://evan.nerdsofparadise.com/programs/discombobulator/index.html This is a fun script to play with, giving quite interesting results. It's good for that "high-tech" look in buildings, spaceships and walls. Thanks Evan for contributing it. GUI should have further updates in the future, like an added "horizontal" layout. (Note: ignore mention in its online docs of a problem with edit mode, the script was fixed.)
Diffstat (limited to 'release/scripts/camera_changer.py')
-rw-r--r--release/scripts/camera_changer.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/release/scripts/camera_changer.py b/release/scripts/camera_changer.py
index fe08c6d6338..a117f635a11 100644
--- a/release/scripts/camera_changer.py
+++ b/release/scripts/camera_changer.py
@@ -35,6 +35,28 @@ you can choose if you want to rename or overwrite it.
# $Id$
#
+# --------------------------------------------------------------------------
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# Copyright (C) 2004-2005: Regis Montoya
+#
+# 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 *****
+# --------------------------------------------------------------------------
+
#Script in the same idea that this one :
#http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_changerdecamera.htm
#