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:
Diffstat (limited to 'release/scripts/wings_export.py')
-rw-r--r--release/scripts/wings_export.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/release/scripts/wings_export.py b/release/scripts/wings_export.py
index 3ad3f33b327..3fb02673ed3 100644
--- a/release/scripts/wings_export.py
+++ b/release/scripts/wings_export.py
@@ -7,6 +7,21 @@ Group: 'Export'
Tooltip: 'Export selected mesh to Wings3D File Format (.wings)'
"""
+__author__ = "Anthony D'Agostino (Scorpius)"
+__url__ = ("blender", "elysiun",
+"Author's homepage, http://www.redrival.com/scorpius",
+"Wings 3D, http://www.wings3d.com")
+__version__ = "Part of IOSuite 0.5"
+
+__bpydoc__ = """\
+This script exports meshes to Wings 3D file format.
+
+Usage:
+
+Select meshes to be exported and run this script from "File->Export" menu.
+"""
+
+
# $Id$
#
# +---------------------------------------------------------+