📋 Metadata
- Author: furianaki
- Date: 2022-07-18 15:56:12
- Type:
answer - Reply to: post_04451
💬 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