📋 Metadata
- Author: Pinhead
- Date: 2019-07-10 17:15:34
- Type:
bug_report - Replies (1): post_02518
💬 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