📋 Metadata
- Author: Pluglug
- Date: 2023-07-12 16:33:37
- Type:
answer - Reply to: post_04795
💬 Content
Use these in an if statement
edit: It can also be used in the poll method.
C.space_data.shading.type == 'WIREFRAME'
C.space_data.shading.type == 'SOLID'
C.space_data.shading.type == 'MATERIAL'
C.space_data.shading.type == 'RENDERED'
C.space_data.region_3d.view_perspective == 'CAMERA'
C.space_data.region_3d.view_perspective == 'PERSP'
C.space_data.region_3d.view_perspective == 'ORTHO'
❤️ 2 likes