Post #4879: status_notifier.py (3.8 K

📋 Metadata

🏷️ Tags

v1-18-7 macro scripting advanced solved

  • Macro Editor
  • Python Scripting
  • Overlay function
  • Autorun scripts

💬 Content

status_notifier.py (3.8 KB)
Revision: I’ve overlooked that Boxcutter can also be used in Mesh Edit Mode, so I’ve added a condition for that.

Finally got it to work! I’ll share the script with you.
Please store status_notifier.py in the following directory and then restart Blender.
C:\Users\YourName\AppData\Roaming\Blender Foundation\Blender\3.6 (please adjust for the version you are using)\scripts\addons\pie_menu_editor\scripts\autorun

You can adjust the following variables inside the script for the display settings. You should be able to use it with the same ease as the display settings in PME.

  • overlay_offset_x
  • overlay_offset_y
  • overlay_alignment

Based on your request, it will display three statuses in the 3D viewport:

  • Boxcutter Active
  • Data Origin Transform On
  • Correct Face Attributes On

If you want to add more conditions, you can edit the generate_text_lines function.

Additionally, I’ll address your further queries.
PME has an overlay function available, so you can utilize that.
Please refer to the following link for details.

Details about overlay


❤️ 1 likes


🔗 View on Blender Artists