Blender Git Loki
Git Commits -> Revision ea06413
Revision ea06413 by Pablo Dobarro (master) November 30, 2020, 22:35 (GMT) |
UI: Add Sculpt Session info to stats This adds the vertex and face count info to the scene stats in sculpt mode. These stats count the active vertices and faces in the sculptsession for the active object. This has the following advantages: - It is possible to know how many vertices the sculptsession has active comparted to the vertex count of the entire scene from sculpt mode - When sculpting with constructive modifiers, these stats will report the number of vertices that you can actually sculpt with, instead of the vertex count of the modified mesh and the entire scene. Reviewed By: sergey, dbystedt Differential Revision: https://developer.blender.org/D9623 |
Commit Details:
Full Hash: ea064133e53a11539f3869da010560a4f07826a8
Parent Commit: 6b12dad
Lines Changed: +56, -15