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/radiosity_export.py')
-rw-r--r--release/scripts/radiosity_export.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/release/scripts/radiosity_export.py b/release/scripts/radiosity_export.py
index 48b315eaf63..27a32c810d0 100644
--- a/release/scripts/radiosity_export.py
+++ b/release/scripts/radiosity_export.py
@@ -7,6 +7,20 @@ Group: 'Export'
Tooltip: 'Export selected mesh (with vertex colors) to Radiosity File Format (.radio)'
"""
+__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 exports meshes to Radiosity file format.
+
+Usage:
+
+Select meshes to be exported and run this script from "File->Export" menu.
+"""
+
+
# $Id$
#
# +---------------------------------------------------------+