Skip to content
Snippets Groups Projects
Commit 91502d9f authored by Candoran2's avatar Candoran2
Browse files

Added spaces after commas.

parent 721ad3bd
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ class Armature:
b_bind = math.nif_bind_to_blender_bind(n_bind)
# set the bone matrix - but set the tail first to prevent issues with zero-length bone
b_edit_bone.tail = mathutils.Vector([0,0,1])
b_edit_bone.tail = mathutils.Vector([0, 0, 1])
b_edit_bone.matrix = b_bind
# link to parent
if b_parent_bone:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment