[Bf-extensions-cvs] [5655aab] master: Increment exporter version and Blender version.

Chris Foster noreply at git.blender.org
Wed Dec 11 22:05:10 CET 2013


Commit: 5655aab7f3bd5a01c3eeba5970c4a8032ac0dfce
Author: Chris Foster
Date:   Wed Dec 11 15:56:05 2013 -0500
http://developer.blender.org/rBA5655aab7f3bd5a01c3eeba5970c4a8032ac0dfce

Increment exporter version and Blender version.

===================================================================

M	io_scene_x/__init__.py

===================================================================

diff --git a/io_scene_x/__init__.py b/io_scene_x/__init__.py
index 91c9ac3..61f8d5f 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.",



More information about the Bf-extensions-cvs mailing list