📋 Metadata

💬 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


🔗 View on Blender Artists