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-12-03 01:10:45 +0300
committerChris Foster <cdbfoster@gmail.com>2010-12-03 01:10:45 +0300
commit9f99184e28c4cbb3c457fcd61a3ba0468976f4b7 (patch)
treee4512b710ae0b636d055a6a362b52e91a63e3f9f /io_export_directx_x.py
parentadc938a101bbc63ed4b1e8c0049d02d03b1675ea (diff)
Also changed the Blender version to 2.55. Dunno why I didn't change that earlier... :P
Diffstat (limited to 'io_export_directx_x.py')
-rw-r--r--io_export_directx_x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index a52c70db..04af11b4 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -19,7 +19,7 @@ bl_addon_info = {
"name": "Export DirectX Model Format (.x)",
"author": "Chris Foster (Kira Vakaan)",
"version": (2,0),
- "blender": (2, 5, 3),
+ "blender": (2, 5, 5),
"api": 33427,
"location": "File > Export",
"description": "Export to the DirectX Model Format (.x)",