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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-23 05:44:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-23 05:44:33 +0400
commit68b9fef91ce0dab7982c1b578ded821aa955a92b (patch)
treec5b0e91b89f77f3bf8e67cfc2dc0f42999607805 /io_export_directx_x.py
parent3e35db6cb03c03fd6785cc1d162005ee2a57bfd6 (diff)
bugfix [#24338] All Expoter is not displayed.
Diffstat (limited to 'io_export_directx_x.py')
-rw-r--r--io_export_directx_x.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index 5e82740d..c19f7266 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -1089,9 +1089,7 @@ class DirectXExporter(bpy.types.Operator):
bl_idname = "export.directx"
bl_label = "Export DirectX"
- filepath = StringProperty()
- filename = StringProperty()
- directory = StringProperty()
+ filepath = StringProperty(subtype='FILE_PATH')
#Coordinate System
CoordinateSystem = EnumProperty(name="System", description="Select a coordinate system to export to", items=CoordinateSystems, default="1")