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>2013-12-12 00:56:05 +0400
committerChris Foster <cdbfoster@gmail.com>2013-12-12 00:56:48 +0400
commit5655aab7f3bd5a01c3eeba5970c4a8032ac0dfce (patch)
treeda9fe5fb81c416c2d805f1156e073363d306a657 /io_scene_x
parent4b9e07014b9734df30f90301d58cad5e4cfc6c70 (diff)
Increment exporter version and Blender version.
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.",