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-07-18 11:40:14 +0400
committerAlexander N <alpha-beta-release@gmx.net>2013-07-18 11:40:14 +0400
commit0f1880cee40d30bdc24de29b46911403b115b6b0 (patch)
tree3a077d45e500b6dcb3d9bc41693f342ea07c67cd /io_scene_ms3d/__init__.py
parent26ef284ae4468b6ed3a41b07394a8c2e2512d0f5 (diff)
fix: return default value if no expected value found (instead of returning None)
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 c70c20b5..00363f10 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, 99, 0),
+ 'version': (0, 99, 1),
'blender': (2, 66, 0),
'location': "File > Import & File > Export",
'warning': "",