bugfix
This commit is contained in:
parent
310889bd2c
commit
9cd4aee87a
@ -216,7 +216,7 @@ for input_filename in sys.argv[1:]:
|
||||
|
||||
k3result["meshes"].append(mehs)
|
||||
|
||||
if len(skin.joints) > 255:
|
||||
if skin and len(skin.joints) > 255:
|
||||
err("Bone maximum is 255")
|
||||
|
||||
err_barrier()
|
||||
|
Loading…
Reference in New Issue
Block a user