Blender Git Commit Log
Git Commits -> Revision a774e51
Revision a774e51 by Harley Acheson (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
UI - LOCAL View3D overlay stats This patch improves the 3DView statistics overlay to show LOCAL stats while in local view. This means the stats can vary between 3DViews and the statusbar when views are in local view, but this gives a much more accurate count of the objects, and their components, that you are directly working with rather than just scene values. Differential Revision: https://developer.blender.org/D8883 Reviewed by Campbell Barton |
Commit Details:
Full Hash: a774e516d1944b770cd26bba43fcaa00bd04d8e0
Parent Commit: 7705488
Committed By: Dilith Jayakody
Lines Changed: +93, -22
7 Modified Paths:
/source/blender/editors/include/ED_info.h (+3, -1) (Diff)
/source/blender/editors/space_info/info_stats.c (+64, -18) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+19, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/editors/space_info/info_stats.c (+64, -18) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+19, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)