From 84c40946e4197841c6345af32bab15524742fb6b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 18 Jan 2011 01:58:49 +0000 Subject: correct bad spelling; 'indicies' --> 'indices' --- 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 5a0c0fcf..464b76bf 100644 --- a/io_anim_bvh/import_bvh.py +++ b/io_anim_bvh/import_bvh.py @@ -38,7 +38,7 @@ class bvh_node_class(object): 'rest_tail_world', # worldspace rest location for the tail of this node 'rest_tail_local', # worldspace rest location for the tail of this node 'channels', # list of 6 ints, -1 for an unused channel, otherwise an index for the BVH motion data lines, lock triple then rot triple - 'rot_order', # a triple of indicies as to the order rotation is applied. [0,1,2] is x/y/z - [None, None, None] if no rotation. + 'rot_order', # a triple of indices as to the order rotation is applied. [0,1,2] is x/y/z - [None, None, None] if no rotation. 'rot_order_str', # same as above but a string 'XYZ' format. 'anim_data', # a list one tuple's one for each frame. (locx, locy, locz, rotx, roty, rotz), euler rotation ALWAYS stored xyz order, even when native used. 'has_loc', # Conveinience function, bool, same as (channels[0]!=-1 or channels[1]!=-1 channels[2]!=-1) -- cgit v1.2.3