Post #4453: Hey, thank you also because the script its actually useful!
📋 Metadata
- Author: furianaki
- Date: 2022-07-18 15:56:12
- Type:
answer - Quality Score: 8/10
- Reply to: post_04451
🏷️ Tags
⚙️ Related PME Features
- Python Scripting
- Macro Editor
💬 Content
Hey, thank you also because the script its actually useful!
And regarding your second question you can use:
bpy.context.space_data.overlay.show_face_orientation = not bpy.context.space_data.overlay.show_face_orientation
or
bpy.context.space_data.overlay.show_face_orientation ^= True
to toggle True/False properties