KK-Blender-Porter-Pack icon indicating copy to clipboard operation
KK-Blender-Porter-Pack copied to clipboard

Cards that have no rigged skirt make the blender plugin cause errors.

Open TheMaskedMan00 opened this issue 2 years ago • 0 comments

I looked into the errors and it seems that bonedrivers.py will look for the skirt bones so it can add them to a separate armature layer, but if there are no skirt bones then it will just throw an error. I think the cause is these lines
https://github.com/FlailingFog/KK-Blender-Porter-Pack/blob/master/importing/bonedrivers.py#L679-L684

TheMaskedMan00 avatar Aug 10 '22 18:08 TheMaskedMan00