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/raw_export.py')
-rw-r--r--release/scripts/raw_export.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/release/scripts/raw_export.py b/release/scripts/raw_export.py
index 843c3f6d32c..4cc49baff1e 100644
--- a/release/scripts/raw_export.py
+++ b/release/scripts/raw_export.py
@@ -15,9 +15,14 @@ __version__ = "Part of IOSuite 0.5"
__bpydoc__ = """\
This script exports meshes to Raw Triangle file format.
-Usage:
-
-Select meshes to be exported and run this script from "File->Export" menu.
+The raw triangle format is very simple; it has no verts or faces lists.
+It's just a simple ascii text file with the vertices of each triangle
+listed on each line. There were some very old utilities (when the PovRay
+forum was in existence on CompuServe) that preformed operations on these
+files.
+
+Usage:<br>
+ Select meshes to be exported and run this script from "File->Export" menu.
"""