UI: Statistics Overlay Improvements #104663

Merged
Harley Acheson merged 3 commits from Harley/blender:ObjectStats into main 2023-08-23 01:14:01 +02:00
Member

Miscellaneous improvements to the Statistics 3DView Overlay. Shows
internal details for selected objects while in Object Mode, including
triangles. Removes the useless "0" shown in the stats while in Sculpt
mode.


Some miscellaneous changes suggested in the following thread: https://blenderartists.org/t/the-big-blender-sculpt-mode-thread-part-2/1395490/1245

Many users said they wished they could see mesh details without having to toggle each one into Edit Mode to do so. We have this information, but just don't display it. The only related change is to only show these extra details when an object is selected. And a dissonance is removed by not showing the " 0 /" for objects in that case. Easier to explain it all with a GIF:

ObjectStats1.gif

The other issue fixed is in Sculpt Mode, where we always currently see two "0" values:

ObjectStats2.png

The above is just a mistake. The first values are total verts and total faces, but gathered in a way that is specific to that mode. The second value is actually the regular vert and face totals, but they are always zero because they are not calculated in sculpt mode. Basically an improvement was added (between 2.91 and 3.0) but the old value was left in, displaying incorrectly. This patch just removes those.

Miscellaneous improvements to the Statistics 3DView Overlay. Shows internal details for selected objects while in Object Mode, including triangles. Removes the useless "0" shown in the stats while in Sculpt mode. --- Some miscellaneous changes suggested in the following thread: https://blenderartists.org/t/the-big-blender-sculpt-mode-thread-part-2/1395490/1245 Many users said they wished they could see mesh details without having to toggle each one into Edit Mode to do so. We have this information, but just don't display it. The only related change is to only show these extra details when an object is selected. And a dissonance is removed by not showing the " 0 /" for objects in that case. Easier to explain it all with a GIF: ![ObjectStats1.gif](/attachments/579164f6-e99a-4e5e-9dbe-b8212d757c98) The other issue fixed is in Sculpt Mode, where we always currently see two "0" values: ![ObjectStats2.png](/attachments/2d516d98-f89e-4a23-a65e-3599226c2c77) The above is just a mistake. The first values are total verts and total faces, but gathered in a way that is specific to that mode. The second value is actually the regular vert and face totals, but they are always zero because they are not calculated in sculpt mode. Basically an improvement was added (between 2.91 and 3.0) but the old value was left in, displaying incorrectly. This patch just removes those.
Brecht Van Lommel added this to the User Interface project 2023-02-13 09:08:50 +01:00
Harley Acheson force-pushed ObjectStats from d7678a6a2f to 10467179f2 2023-03-23 01:00:45 +01:00 Compare
Harley Acheson requested review from Julian Eisel 2023-03-28 22:38:05 +02:00
Harley Acheson force-pushed ObjectStats from 32d9de03f3 to d55979839c 2023-04-25 23:54:02 +02:00 Compare
Harley Acheson requested review from Pablo Vazquez 2023-08-22 18:54:54 +02:00
Pablo Vazquez approved these changes 2023-08-22 19:09:42 +02:00
Pablo Vazquez left a comment
Member

I was a bit unsure at first because when having large numbers (6 digits or more) it could get busy, but based on community feedback it seems most prefer it this way. Stats are off by default anyway so if people have them on is because they want precise stats. If it becomes an issue we could introduce a (per editor) setting, but I don't think it'd be necessary.

I was a bit unsure at first because when having large numbers (6 digits or more) it could get busy, but based on community feedback it seems most prefer it this way. Stats are off by default anyway so if people have them on is because they want precise stats. If it becomes an issue we could introduce a (per editor) setting, but I don't think it'd be necessary.
Harley Acheson added 2 commits 2023-08-23 00:04:12 +02:00
Author
Member

@blender-bot build

@blender-bot build
Harley Acheson merged commit 6e20beba22 into main 2023-08-23 01:14:01 +02:00
Harley Acheson deleted branch ObjectStats 2023-08-23 01:14:02 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#104663
No description provided.