Skip to content

Commit

Permalink
force dense encoding of accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorPresto committed Nov 18, 2023
1 parent f10104f commit fd58b1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions i_scene_cp77_gltf/exporters/glb_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit fd58b1d

Please sign in to comment.