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:
authorAlexander N <alpha-beta-release@gmx.net>2013-03-17 22:29:43 +0400
committerAlexander N <alpha-beta-release@gmx.net>2013-03-17 22:29:43 +0400
commite56284b89d7a3c68f234a8c7c12aa7f1e620404c (patch)
treefffcc7ba354c95207814cbb59b052563880f0924 /io_scene_ms3d/__init__.py
parent50a08afe70a91a55b410e5cc4b16244956e6814d (diff)
fix: invalid header warning; changed: verbose modes from bool to enum; changed: position of update scene;
Diffstat (limited to 'io_scene_ms3d/__init__.py')
-rw-r--r--io_scene_ms3d/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_ms3d/__init__.py b/io_scene_ms3d/__init__.py
index 73534177..35f7c41e 100644
--- a/io_scene_ms3d/__init__.py
+++ b/io_scene_ms3d/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
'description': "Import / Export MilkShape3D MS3D files"\
" (conform with MilkShape3D v1.8.4)",
'author': "Alexander Nussbaumer",
- 'version': (0, 96, 0),
+ 'version': (0, 97, 0),
'blender': (2, 66, 0),
'location': "File > Import & File > Export",
'warning': "",