Post #2479:
Ci
π Metadata
- Author: roaoao
- Date: 2019-07-04 22:16:28
- Type:
answer - Quality Score: 7/10
- Reply to: post_02478
- Replies (1): post_02480
π·οΈ Tags
python-scripting intermediate solved
βοΈ Related PME Features
- Python Scripting
- execute_script
- Macro Editor
π¬ Content
Cirno:
Is there a way to post a message in INFO bar, similar to operatorβs
reportmethod when I execute a script with execute_script?
Try this code:
pme.context.exec_operator.report({'ERROR'}, "My message")
β€οΈ 2 likes