foodi
(foodi)
December 12, 2018, 6:52pm
1
What is the quickest way to see the polycount of a selected object?
In 2.79, i was using a great little add on called Mesh Summary https://github.com/sambler/addonsByMe/blob/master/mesh_summary.py
It would add an info box under the Scene tab, allowing you to filter by selection, visibility, and you could even see the impacts of any modifiers.
Sadly, the add on is not compatible with 2.8.
Disregarding for the moment the fact that this should have been built into Blender years ago, is there another way to see this information in 2.8?
1 Like
filibis
(Emir Sinan Gürlek)
December 12, 2018, 7:05pm
2
When you’re in edit mode, you can see polycount of that object (See low bar). You can see that in 2.79 as well.
1 Like
foodi
(foodi)
December 12, 2018, 7:10pm
3
Oh, right. I forgot about that. I find that so cumbersome I almost never use it.
At least now in 2.8 you can multi-edit objects, so perhaps this will be more useful.
Thanks for the reminder!
I wonder if anyone is aware of any other add-ons similar to the Mesh Summary add-on?
AFWS
(AFWS)
December 12, 2018, 8:58pm
4
@foodi
See if it works.
mesh_summary_2_80.py (6.8 KB)
2 Likes
foodi
(foodi)
December 12, 2018, 9:38pm
5
Works like a charm! Thanks a million, AFWS
The Blender community warms my heart.
foodi
(foodi)
January 14, 2019, 6:31pm
6
@AFWS The script no longer works in the latest build of 2.80.
Is there an easy fix for this?
AFWS
(AFWS)
January 14, 2019, 9:08pm
7
I updated the file in the above post.
It was because they changed
bpy.context.user_preferences
to
bpy.context.preferences
1 Like
can this be run in the text editor in 2.8 ?
I get these errors
Fragment shader failed to compile with the following errors:
ERROR: 4:5984: error(#143 ) Undeclared identifier: world_normals_get
ERROR: 4:5984: error(#202 ) No matching overloaded function found: world_normals_get
ERROR: 4:6001: error(#202 ) No matching overloaded function found: world_normals_get
ERROR: 4:6002: error(#143 ) Undeclared identifier: node_bsdf_glossy
ERROR: 4:6002: error(#202 ) No matching overloaded function found: node_bsdf_glossy
ERROR: 4:6005: error(#202 ) No matching overloaded function found: world_normals_get
ERROR: 4:6006: error(#202 ) No matching overloaded function found: node_bsdf_glossy
ERROR: 4:6007: error(#143 ) Undeclared identifier: node_bsdf_transparent
ERROR: 4:6007: error(#202 ) No matching overloaded function found: node_bsdf_transparent
ERROR: 4:6008: error(#202 ) No matching overloaded function found: world_normals_get
ERROR: 4:6009: error(#143 ) Undeclared identifier: node_bsdf_refraction
ERROR: 4:6009: error(#202 ) No matching overloaded function found: node_bsdf_refraction
ERROR: 4:6010: error(#202 ) No matching overloaded function found: world_normals_get
ERROR: error(#273 ) 13 compilation errors. No code generated
thanks
happy bl
foodi
(foodi)
January 14, 2019, 10:48pm
10
@RickyBlender What would be the advantage of running it in the text editor?
I don’t want to install it
just run it when I need to as a simple script in the text editor
otherwise I would end up with 100’s of scripts LOL
is it possible to run it as individual script in text editor
or only after I install it ?
thanks
happy bl
Way2Close
(Way2Close)
January 15, 2019, 6:53am
12
Was wondering if I could ask a quick question about this addon,
From what I understand this is being run every draw call because it’s running from a panel, so it is counting all the verts in the scene every draw call?
I made an addon a while ago that does the same thing but it just has an update button and prints out the values to a panel (because im a newbie coder and I was scared of wasting resources counting verts every draw call).
Am I completely wrong, if you don’t mind explaining
Thank you very much in advance
1 Like
Ash_C
(Psyonic)
March 2, 2020, 8:46am
13
@AFWS I really like your script! Is there a way to modify it to include edge and face count when including the modifiers??
Duca
(Duca Simone Luchini)
March 26, 2020, 6:54am
14
Hi AFSW,
I am new in Blender and I really don’t understand how to use this add on, or better, I installed it but I can’t find it in the UI. Maybe a little explanation about how does it work would be great…
Thanks!
foodi
(foodi)
September 3, 2020, 4:54am
16
For 2.9, the viewport stats work well enough for me.
MrLambing
(Obren Paragas)
June 7, 2023, 5:02pm
17
turn on statistics and isolate using forward slash “/”
select multiple objects and it will sum up all the verts, tri count etc.
You can use isolation by Shift + h but when you Alt + h you’ll unhide all objects, not usefull if you have hidden objects or collections that you don’t want to unhide