UI: Move Scene Statistics to the 3D Viewport
Removes statistics from footer and to an (optional) overlay in 3DView. Differential Revision: https://developer.blender.org/D7410 Reviewed by Campbell Barton
This commit is contained in:
@@ -6049,16 +6049,17 @@ class VIEW3D_PT_overlay_guides(Panel):
|
||||
split = col.split()
|
||||
sub = split.column()
|
||||
sub.prop(overlay, "show_text", text="Text Info")
|
||||
sub.prop(overlay, "show_stats", text="Statistics")
|
||||
|
||||
sub = split.column()
|
||||
sub.prop(overlay, "show_cursor", text="3D Cursor")
|
||||
sub.prop(overlay, "show_annotation", text="Annotations")
|
||||
|
||||
if shading.type == 'MATERIAL':
|
||||
row = col.row()
|
||||
row.active = shading.render_pass == 'COMBINED'
|
||||
row.prop(overlay, "show_look_dev")
|
||||
|
||||
col.prop(overlay, "show_annotation", text="Annotations")
|
||||
|
||||
|
||||
class VIEW3D_PT_overlay_object(Panel):
|
||||
bl_space_type = 'VIEW_3D'
|
||||
|
Reference in New Issue
Block a user