Skip to content

Commit

Permalink
added help label to combine assets
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshQuake committed Jan 27, 2025
1 parent 6ed3796 commit 900c1d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/addons/send2ue/resources/extensions/combine_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def draw_export(self, dialog, layout, properties):
"""
box = layout.box()
dialog.draw_property(self, box, 'combine')
if self.combine == Options.CHILD_MESHES:
box.label(text="Meshes must be parented to an Empty to combine", icon="HELP")

def pre_operation(self, properties):
"""
Expand Down

0 comments on commit 900c1d1

Please sign in to comment.