Skip to content

Commit

Permalink
#225 Add warning for slow computing
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisl committed May 23, 2023
1 parent 88dfc61 commit d97cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/popup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def draw(self, context):

colSettings = context.scene.collider_tools
draw_auto_convex_settings(colSettings, layout)

layout.label(text='May take up to a few minutes', icon='ERROR')
layout.operator("collision.vhacd", text="Auto Convex", icon='MESH_ICOSPHERE')

return

0 comments on commit d97cc47

Please sign in to comment.