For 2.8, bring back debug mode indices display.

This commit is contained in:
2018-05-29 09:29:55 -04:00
parent 43584f4a41
commit 44b99d1052
3 changed files with 55 additions and 3 deletions

View File

@@ -3808,7 +3808,7 @@ class VIEW3D_PT_view3d_meshdisplay(Panel):
col.prop(mesh, "show_extra_face_area", text="Area")
col.prop(mesh, "show_extra_face_angle", text="Angle")
if bpy.app.debug:
layout.prop(mesh, "show_extra_indices")
layout.prop(mesh, "show_extra_indices", text="Indices")
class VIEW3D_PT_view3d_meshstatvis(Panel):