Fix #120095: Missing stats in sculpt mode #120106

Merged
Harley Acheson merged 3 commits from PratikPB2123/blender:120095-sculpt-stats into main 2024-04-03 01:00:53 +02:00

3 Commits

Author SHA1 Message Date
Harley Acheson 1bdabdf81a Removing extra whitespace
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-04-02 15:41:30 -07:00
Harley Acheson 6dc44ee77f Merge branch 'main' of projects.blender.org:blender/blender into pr120106 2024-04-02 15:37:39 -07:00
Pratik Borhade 76e0a00602 Fix #120095: Missing stats in sculpt mode
Caused by 2df06a05ae
totobj and selected objects are not counted for sculpt mode stats (can
do that but it's unnecessary). Hence the above commit falsely showed 0
objects in statistics. To fix this, skip showing object count when
totobj, selobj are none when in sculpt mode, otherwise print 0 objects.
2024-03-31 11:39:23 +05:30