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/bvh_export.py')
-rw-r--r--release/scripts/bvh_export.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/release/scripts/bvh_export.py b/release/scripts/bvh_export.py
index a2370ed66a6..84425626cee 100644
--- a/release/scripts/bvh_export.py
+++ b/release/scripts/bvh_export.py
@@ -7,6 +7,23 @@ Group: 'Export'
Tip: 'Export a (.bvh) motion capture file'
"""
+__author__ = "Campbell Barton"
+__url__ = ("blender", "elysiun")
+__version__ = "1.0 03/30/04"
+
+__bpydoc__ = """\
+This script exports animation data to BVH motion capture file format.
+
+Supported:<br>
+
+Missing:<br>
+
+Known issues:<br>
+
+Notes:<br>
+
+"""
+
# $Id$
#
#===============================================#