Export animation, but not default one

This commit is contained in:
raccoon
2025-01-20 01:45:02 +05:00
parent c2e20e8aa7
commit a01ccf03ce

View File

@@ -70,7 +70,8 @@ def fbx_export(context: Context) -> None:
primary_bone_axis='Y',
secondary_bone_axis='X',
armature_nodetype='NULL',
use_anim=False,
use_anim=True,
use_default_take=False,
path_mode='RELATIVE',
batch_mode='OFF',
use_batch_own_dir=False,
@@ -137,7 +138,6 @@ class SCENE_PT_fbx_autoexport(Panel):
col.separator()
split = col.split()
sub = split.column()
sub.label("Filter groups:")