fix license (Public Domain)
This commit is contained in:
parent
dd964fef6e
commit
e54215e7e7
1 changed files with 9 additions and 26 deletions
|
@ -13,21 +13,24 @@
|
||||||
# """
|
# """
|
||||||
|
|
||||||
# BLENDER PLUGIN
|
# 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
|
# For the script to work properly, make sure a directory
|
||||||
# ~/.blender/scripts/bpydata/config/ exists. To change the
|
# ~/.blender/scripts/bpydata/config/ exists. To change the
|
||||||
# script parameters, edit file fgfs_animation.cfg in that
|
# script parameters, edit file fgfs_animation.cfg in that
|
||||||
# dir, or in blender, switch to "Scripts Window" view, select
|
# dir, or in blender, switch to "Scripts Window" view, select
|
||||||
# "Scripts->System->Scripts Config Editor" and there 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.
|
# "apply" the changes.
|
||||||
|
#
|
||||||
|
# This file is Public Domain.
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Melchior FRANZ < mfranz # aon : at >"
|
__author__ = "Melchior FRANZ < mfranz # aon : at >"
|
||||||
__url__ = "http://members.aon.at/mfranz/flightgear/"
|
__url__ = "http://members.aon.at/mfranz/flightgear/"
|
||||||
__version__ = "$Revision$ -- $Date$ -- (Public Domain)"
|
__version__ = "$Revision$ -- $Date$"
|
||||||
__bpydoc__ = """\
|
__bpydoc__ = """\
|
||||||
== Generate textured lights ==
|
== 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.
|
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
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue