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-02-10 22:03:39 +0400
committerAlexander N <alpha-beta-release@gmx.net>2013-02-10 22:03:39 +0400
commit620993a65f3087e45aca67badfb09c7464604137 (patch)
tree0eb77927a219963375b4801692667668a264464f /io_scene_ms3d/__init__.py
parent7639368f18430c38aef18ce6af5c33e06a22ae82 (diff)
fixed missing model comment.
and tiny other things e.g. fix: sum of weights sometimes reaches only 99% instead of 100% mod: come # comments - year to 2013 mod: ui of importer - joint size bit closer to other item
Diffstat (limited to 'io_scene_ms3d/__init__.py')
-rw-r--r--io_scene_ms3d/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_ms3d/__init__.py b/io_scene_ms3d/__init__.py
index 7dc24ed5..cafc3a7d 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, 95, 2),
+ 'version': (0, 95, 3),
'blender': (2, 65, 3),
'location': "File > Import & File > Export",
'warning': "",
@@ -41,7 +41,7 @@ bl_info = {
# ##### BEGIN COPYRIGHT BLOCK #####
#
-# initial script copyright (c)2011,2012 Alexander Nussbaumer
+# initial script copyright (c)2011-2013 Alexander Nussbaumer
#
# ##### END COPYRIGHT BLOCK #####