Skeleton import code moved to separate file + other renaming

This commit is contained in:
William Herald Snyder
2022-09-30 07:04:49 -04:00
parent 5692a60907
commit aa8a61175d
5 changed files with 186 additions and 184 deletions

View File

@@ -62,8 +62,8 @@ from .msh_scene_read import read_scene
from .msh_material_properties import *
from .msh_skeleton_properties import *
from .msh_collision_prim_properties import *
from .msh_to_blend import *
from .msh_material_operators import *
from .msh_scene_to_blend import *
from .zaa_to_blend import *