From 3ed552b9b825c63ab6ff3caff101d0f0ad25503b Mon Sep 17 00:00:00 2001 From: Alexander N Date: Mon, 16 Sep 2013 13:50:20 +0000 Subject: added: exporter takes armature parent in account of animation handling. only one armature source will can be taken at the moment, and will taken in the following "priority" order: 1. armature parent will be taken if exist. 2. first available armature modifier will be taken if exist. open question: what is best practice, in case of existence of multiple armature sources? (armature parent and one or more armature modifier) can that case happen (very often) in real world mesh modeling? --- io_scene_ms3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_ms3d/__init__.py') diff --git a/io_scene_ms3d/__init__.py b/io_scene_ms3d/__init__.py index fc228245..7173a1aa 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, 2), + 'version': (0, 99, 3), 'blender': (2, 66, 0), 'location': "File > Import & File > Export", 'warning': "", -- cgit v1.2.3