📋 Metadata
- Author: roaoao
- Date: 2019-07-10 11:54:56
- Type:
answer - Reply to: post_02506
💬 Content
lynchon:
@roaoao I’m getting blender 2.8 (build from 7 july) crash when calling my pie menus only when I’m in lookdev mode and render mode, wireframe and solid mode work fine.
Looks like some buttons don’t supported in these modes.
Color button in your MESH_DISPLAY popup causes the crash. You can replace its code with this (Custom tab):
L.prop(C.space_data.shading, "color_type", text="") if C.space_data.shading.type not in ('RENDERED', 'MATERIAL') else L.row()