mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 10:43:53 +05:00
Export animation, but not default one
This commit is contained in:
@@ -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:")
|
||||
|
||||
Reference in New Issue
Block a user