From b63d9bcaabe646e72a2369dd36992aea2094d1df Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Oct 2011 08:56:57 +0000 Subject: fix for various errors in scripts --- io_anim_bvh/import_bvh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_anim_bvh') diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py index a21a1c1c..f83ef7f2 100644 --- a/io_anim_bvh/import_bvh.py +++ b/io_anim_bvh/import_bvh.py @@ -387,7 +387,7 @@ def bvh_node_dict2armature(context, bone.head = bvh_node.rest_head_world bone.tail = bvh_node.rest_tail_world - # ZERO AREA BONES. + # Zero Length Bones! (an exceptional case) if (bone.head - bone.tail).length < 0.001: print("\tzero length bone found:", bone.name) if bvh_node.parent: -- cgit v1.2.3