Blender Git Commit Log
Git Commits -> Revision c8e331f
Revision c8e331f by Harley Acheson (master) June 16, 2021, 02:01 (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: c8e331f45003352072789362241d2f5684737ec5
Parent Commit: 4891da8
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)