📋 Metadata
- Author: roaoao
- Date: 2017-11-24 00:05:03
- Type:
answer - Reply to: post_01131
- Replies (1): post_01133
💬 Content
kyjelblue:
I had a mistake.
At the point where only one button was left, I realized that the ‘Remove Item’ did not appear.
Is that right?
Yes, one button and one row.
Way2Close:
Anyone know if there is a way of pushing custom text to the overlay after a command?
for example I mark a seam and it says “Seam marked” or does it have to just be the name of the command?
You can use overlay function. For example:
bpy.ops.mesh.mark_seam(clear=False); overlay("Seam marked", duration=5)