Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Foster <cdbfoster@gmail.com>2010-07-11 02:12:32 +0400
committerChris Foster <cdbfoster@gmail.com>2010-07-11 02:12:32 +0400
commit306c82dd17ef92bf8e8549267a26023a0e4d6e95 (patch)
treed4528f6bad66a55789bafaddbeb1b7aa5e3f0c2e
parent4e7bd1a63d833b55381e7911cf21ab19f007b4ba (diff)
Very minor change. Just getting the hang of this committing thing.
-rw-r--r--export_directx_x.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/export_directx_x.py b/export_directx_x.py
index 2dc9a01d..a697f5ca 100644
--- a/export_directx_x.py
+++ b/export_directx_x.py
@@ -43,11 +43,11 @@ __version__ = "1.1"
__bpydoc__ = """\
"""
-import bpy
-from math import radians
-from mathutils import *
import os
+from math import radians
+import bpy
+from mathutils import *
#Container for the exporter settings
class DirectXExporterSettings: