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:
authorDaniel M. Basso <danielmbasso@gmail.com>2012-07-10 18:22:10 +0400
committerDaniel M. Basso <danielmbasso@gmail.com>2012-07-10 18:22:10 +0400
commit49ecb6cf0da19854afcb938013d9034957b7600d (patch)
treed77889e92025bf822a14bf6ceebb781593eee637 /io_anim_c3d/__init__.py
parentf0c73a261c3c0f21b36cef36a5cc18ee03f60a52 (diff)
fix for problem reported by Jens Meisner
Cortex from Motion Analysis exports the LABELS parameter in a different group (not POINT); now the importer searches all groups for a LABELS parameter.
Diffstat (limited to 'io_anim_c3d/__init__.py')
-rw-r--r--io_anim_c3d/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index a63cf764..605ebf63 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -25,8 +25,8 @@
bl_info = {
'name': "C3D Graphics Lab Motion Capture file (.c3d)",
'author': "Daniel Monteiro Basso <daniel@basso.inf.br>",
- 'version': (2011, 11, 3, 1),
- 'blender': (2, 6, 0),
+ 'version': (2012, 7, 10, 1),
+ 'blender': (2, 6, 3),
'location': "File > Import",
'description': "Imports C3D Graphics Lab Motion Capture files",
'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"