X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FModeller%2Ffgfs_animation.py;h=95e65cbf0b8bdf5b0a11855c78bc41c3b7c35537;hb=1d097cc57586eedab7b16d6c77f17009615457e3;hp=2fd388b397c5dcc03458cbea75eefdcc1a45cff0;hpb=7ddd2efbe6998dd6a26e63cc06f543f6351e97c7;p=flightgear.git diff --git a/utils/Modeller/fgfs_animation.py b/utils/Modeller/fgfs_animation.py index 2fd388b39..95e65cbf0 100644 --- a/utils/Modeller/fgfs_animation.py +++ b/utils/Modeller/fgfs_animation.py @@ -13,21 +13,24 @@ # """ # 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