Animations importing with expected rotation conversion issues

This commit is contained in:
William Herald Snyder
2020-12-06 04:11:12 -05:00
parent c0c978af8b
commit 57909f758f
5 changed files with 62 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ from .msh_model_utilities import *
from .msh_utilities import *
from .msh_model_gather import *
from .crc import crc
def extract_anim(armature: bpy.types.Armature, root_name: str) -> Animation: