Post #4879: status_notifier.py (3.8 K
📋 Metadata
- Author: Pluglug
- Date: 2023-11-07 14:47:44
- Type:
answer - Quality Score: 9/10
- Reply to: post_04877
- Replies (1): post_04880
🏷️ Tags
v1-18-7 macro scripting advanced solved
⚙️ Related PME Features
- 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_xoverlay_offset_yoverlay_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.
❤️ 1 likes