]> git.mxchange.org Git - flightgear.git/blobdiff - utils/Modeller/fgfs_animation.py
mingw fix
[flightgear.git] / utils / Modeller / fgfs_animation.py
index 2fd388b397c5dcc03458cbea75eefdcc1a45cff0..95e65cbf0b8bdf5b0a11855c78bc41c3b7c35537 100644 (file)
 # """
 
 # BLENDER PLUGIN
-# Put this file into ~/.blender/scripts. You'll then find
-# it in Blender under "File->Epxort->FlightGear Animation (*.xml)"
+#
+# Put this file into ~/.blender/scripts/. You'll then find
+# it in Blender under "File->Export->FlightGear Animation (*.xml)"
 #
 # For the script to work properly, make sure a directory
 # ~/.blender/scripts/bpydata/config/ exists. To change the
 # script parameters, edit file fgfs_animation.cfg in that
 # dir, or in blender, switch to "Scripts Window" view, select
 # "Scripts->System->Scripts Config Editor" and there select
-# "Export->FlightGear Animation (*.xml". Don't forget to
+# "Export->FlightGear Animation (*.xml)". Don't forget to
 # "apply" the changes.
+#
+# This file is Public Domain.
 
 
 __author__ = "Melchior FRANZ < mfranz # aon : at >"
 __url__ = "http://members.aon.at/mfranz/flightgear/"
-__version__ = "$Revision$ -- $Date$ -- (Public Domain)"
+__version__ = "$Revision$ -- $Date$"
 __bpydoc__ = """\
 == Generate textured lights ==
 
@@ -64,28 +67,8 @@ Generates one "rotate" animation from two selected vertices
 Generates "range" animation skeleton with list of all selected objects.
 """
 
-# $Id$
-#
-# --------------------------------------------------------------------------
-# fgfs_animation
-# --------------------------------------------------------------------------
-# ***** BEGIN GPL LICENSE BLOCK *****
-#
-# Copyright (C) 2005: Melchior FRANZ  mfranz#aon:at
-#
-# 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,
-# --------------------------------------------------------------------------
+
+#==================================================================================================
 
 
 import sys