diff --git a/Assets/avatar-example/mesh/blend~/blender-2.79-example.blend b/Assets/avatar-example/mesh/blend~/blender-2.79-example.blend index 2fb2301..4e3fb9f 100644 --- a/Assets/avatar-example/mesh/blend~/blender-2.79-example.blend +++ b/Assets/avatar-example/mesh/blend~/blender-2.79-example.blend @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1342cd2fd64033b5330da4ec6ca5f16470dd757169e7c6b3eeed3e1da0b5a804 -size 898172 +oid sha256:20716dd2e6d49ddf1c6c13af63a8d304be848731286a8ee374197f36f38d8b51 +size 1774376 diff --git a/Assets/avatar-example/mesh/blend~/fbx_export.py b/Assets/avatar-example/mesh/blend~/fbx_export.py index fd24b71..c399ab8 100644 --- a/Assets/avatar-example/mesh/blend~/fbx_export.py +++ b/Assets/avatar-example/mesh/blend~/fbx_export.py @@ -58,7 +58,7 @@ def fbx_export(context: Context) -> None: armature_nodetype='NULL', primary_bone_axis='Y', secondary_bone_axis='X', - use_armature_deform_only=False, + use_armature_deform_only=True, # Animation use_anim=context.scene.fbx_use_anim, use_default_take=False, @@ -89,7 +89,7 @@ def fbx_export(context: Context) -> None: armature_nodetype='NULL', primary_bone_axis='Y', secondary_bone_axis='X', - use_armature_deform_only=False, + use_armature_deform_only=True, # Animation bake_anim=context.scene.fbx_use_anim, bake_anim_force_startend_keying=True,