Skip to content

Commit

Permalink
Merge pull request #2320 from KhronosGroup/fix_1261
Browse files Browse the repository at this point in the history
Fix #1261
  • Loading branch information
julienduroure committed Aug 30, 2024
2 parents 14b7c0b + 0827ed8 commit 827abc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/io_scene_gltf2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,8 @@ def export_panel_data_armature(layout, operator):
row.prop(operator, 'export_armature_object_remove')
row = body.row()
row.prop(operator, 'export_hierarchy_flatten_bones')
row = body.row()
row.prop(operator, 'export_leaf_bone')


def export_panel_data_skinning(layout, operator):
Expand Down

0 comments on commit 827abc2

Please sign in to comment.