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:
Diffstat (limited to 'io_scene_x')
-rw-r--r--io_scene_x/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_x/__init__.py b/io_scene_x/__init__.py
index 91c9ac36..61f8d5f7 100644
--- a/io_scene_x/__init__.py
+++ b/io_scene_x/__init__.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "DirectX X Format",
"author": "Chris Foster",
- "version": (3, 0, 1),
- "blender": (2, 66, 0),
+ "version": (3, 1, 0),
+ "blender": (2, 69, 0),
"location": "File > Export > DirectX (.x)",
"description": "Export mesh vertices, UV's, materials, textures, "\
"vertex colors, armatures, empties, and actions.",