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/flt_import.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/flt_import.py')
-rwxr-xr-xrelease/scripts/flt_import.py35
1 files changed, 17 insertions, 18 deletions
diff --git a/release/scripts/flt_import.py b/release/scripts/flt_import.py
index 18b1d0a4b8a..ca0db650447 100755
--- a/release/scripts/flt_import.py
+++ b/release/scripts/flt_import.py
@@ -1,22 +1,4 @@
#!BPY
-
-# flt_import.py is an OpenFlight importer for blender.
-# Copyright (C) 2005 Greg MacDonald
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
""" Registration info for Blender menus:
Name: 'OpenFlight (.flt)...'
Blender: 238
@@ -83,6 +65,23 @@ What's Not Handled:<br>
* Vetex colors.<br>
"""
+# flt_import.py is an OpenFlight importer for blender.
+# Copyright (C) 2005 Greg MacDonald
+#
+# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
import Blender
import os
import BPyMesh