📋 Metadata

💬 Content

Perspective version is working:

return C.object and C.object.type in ('MESH',) and C.region_data.is_perspective

But ortho is not:

return C.object and C.object.type in ('MESH',) and not C.region_data.is_perspective


🔗 View on Blender Artists