Post #2517: Perspective version is working:

📋 Metadata

  • Author: Pinhead
  • Date: 2019-07-10 17:15:34
  • Type: bug_report
  • Quality Score: 6/10
  • Replies (1): post_02518

🏷️ Tags

pie-menu configuration intermediate unsolved

  • Pie Menu Editor
  • Python Scripting

💬 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