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/lightwave_import.py')
-rw-r--r--release/scripts/lightwave_import.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/release/scripts/lightwave_import.py b/release/scripts/lightwave_import.py
index 6b8cee36370..758c3b0229a 100644
--- a/release/scripts/lightwave_import.py
+++ b/release/scripts/lightwave_import.py
@@ -7,6 +7,20 @@ Group: 'Import'
Tooltip: 'Import LightWave Object File Format (.lwo)'
"""
+__author__ = "Anthony D'Agostino (Scorpius)"
+__url__ = ("blender", "elysiun",
+"Author's homepage, http://www.redrival.com/scorpius")
+__version__ = "Part of IOSuite 0.5"
+
+__bpydoc__ = """\
+This script imports LightWave files to Blender.
+
+Usage:
+
+Execute this script from the "File->Import" menu and choose a LightWave file to
+open.
+"""
+
# $Id$
#
# +---------------------------------------------------------+