📋 Metadata
- Author: roaoao
- Date: 2019-08-31 07:09:49
- Type:
answer - Reply to: post_02703
- Replies (1): post_02707
💬 Content
RaphaelBarros:
Is there any way I can edit this, removing the title and changing the icon?
Yes, try this:
message_box('Hello World', title='', icon='BLENDER')
Use built-in Icon Viewer add-on to find icon name.
RaphaelBarros:
is there any way to make a “pop up” feedback, something like a “Operation Finished”
Yes, experiment with pme.overlay operator:
bpy.ops.pme.overlay(text='Hello World', alignment='BOTTOM', offset_x=0, offset_y=30, duration=3.0)
❤️ 1 likes