Enabling face orientation color highlighting in Blender using Python API
To enable color highlighting of mesh polygon orientation, we need to on the “Face Orientation” checkbox in the “Viewport Overlays” menu. To turn off the highlighting, we need to uncheck this checkbox. This can be done either manually or using the Blender Python API.
Enabling face orientation color highlighting in Blender using Python APIRead More »