diff --git a/i_scene_cp77_gltf/exporters/glb_export.py b/i_scene_cp77_gltf/exporters/glb_export.py index 578fc9c..f9276df 100644 --- a/i_scene_cp77_gltf/exporters/glb_export.py +++ b/i_scene_cp77_gltf/exporters/glb_export.py @@ -12,7 +12,9 @@ def default_cp77_options(): 'export_materials': 'NONE', 'export_all_influences': True, 'export_lights': False, - 'export_apply': False + 'export_apply': False, + 'export_extras': True + 'export_try_sparse_sk': False } return options @@ -35,7 +37,7 @@ def pose_export_options(): 'export_animations': True, 'export_frame_range': False, 'export_animation_mode': 'NLA_TRACKS', - 'export_anim_single_armature': True + 'export_anim_single_armature': True } return options