📋 Metadata
- Author: Motiomancer
- Date: 2022-08-17 16:46:46
- Type:
answer - Reply to: post_04511
- Replies (1): post_04515
💬 Content
You can use the pme override context option
command tab:
bpy.ops.pme.exec(override_context('VIEW_3D'), cmd='bpy.context.space_data.overlay.show_overlays ^= True')
❤️ 1 likes