Post #1132: ![](https://blenderartists.org/user_avatar/blenderartists.org/kyjelblue/48/41235

📋 Metadata

🏷️ Tags

scripting intermediate solved

  • Pie Menu Editor
  • Python Scripting
  • Overlay Function

💬 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)

🔗 View on Blender Artists