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:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-11-07 19:31:13 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2004-11-07 19:31:13 +0300
commitc702b237d5f9a542c1d327e1c87a5b7e7ec81590 (patch)
tree99347ced1b1260843aff9c6f70670a2a9d45f7f8 /release/scripts/DirectX8Exporter.py
parent23e8b982288699258c4bf4d7f5464f968b98d5cf (diff)
Scripts:
-- adding help_browser.py to show help for installed scripts; -- updated scripts to include basic doc info to be shown with above script: script authors can / will / should update with more info, of course; -- updated some scripts to newer versions: disp_paint, fixfromarmature, hotkeys, etc.
Diffstat (limited to 'release/scripts/DirectX8Exporter.py')
-rw-r--r--release/scripts/DirectX8Exporter.py31
1 files changed, 30 insertions, 1 deletions
diff --git a/release/scripts/DirectX8Exporter.py b/release/scripts/DirectX8Exporter.py
index c37f6dceba6..0eea95bcc93 100644
--- a/release/scripts/DirectX8Exporter.py
+++ b/release/scripts/DirectX8Exporter.py
@@ -6,9 +6,38 @@ Blender: 234
Group: 'Export'
Submenu: 'Export to DX8 file format' export
Submenu: 'How to use this exporter?' help
-Tip: 'Export to DirectX8 text file format format.'
+Tip: 'Export to DirectX8 text file format'
"""
+__author__ = "Arben (Ben) Omari"
+__url__ = ("blender", "elysiun", "Author's site, http://www.omariben.too.it")
+__version__ = "1.0"
+
+__bpydoc__ = """\
+This script exports a Blender mesh with armature to DirectX 8's text file
+format.
+
+Usage:
+
+1) There should be only one mesh and one armature in the scene;
+
+2) Before parenting set:<br>
+ a) Armature and mesh must have the same origin location
+(in the 3d View press N (menu Object->"Transform Properties") for both and set
+same LocX, LocY and LocZ);<br>
+ b) Armature and mesh must have the same rotation
+(select them and press Ctrl + A);
+
+3) Set the number of the animation frames to export;
+
+4) Read warnings (if any) in console.
+
+Notes:<br>
+ Check author's site or the elYsiun forum for a new beta version of the
+DX exporter.
+"""
+
+
# $Id$
#
# DirectX8Exporter.py version 1.0