mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 10:43:53 +05:00
Deform only armature
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user