You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mesh information pane, set to Show: All, only shows 1 object in the output list, but identifies 24 mesh objects in the scene. The only information displayed is the Name and Verts columns. (mod.), Edges, and Faces are all blank.
I do have objects inside of several "Collections"
Contents of the error shown in the terminal:
Traceback (most recent call last):
File "C:\Users\Grant\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\Meshcount.py", line 161, in draw
bm.from_object(mo[0], context.depsgraph)
AttributeError: 'Context' object has no attribute 'depsgraph'
location: <unknown location>:-1
location: <unknown location>:-1
Traceback (most recent call last):
File "C:\Users\Grant\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\Meshcount.py", line 161, in draw
bm.from_object(mo[0], context.depsgraph)
AttributeError: 'Context' object has no attribute 'depsgraph'
location: <unknown location>:-1
location: <unknown location>:-1
I'm both new to Blender and Github so if its an obvious human error on my end or if i didn't provide enough information please let me know and I apologize
The text was updated successfully, but these errors were encountered:
Blender 2.8
Windows 10 build 18362
The mesh information pane, set to Show: All, only shows 1 object in the output list, but identifies 24 mesh objects in the scene. The only information displayed is the Name and Verts columns. (mod.), Edges, and Faces are all blank.
I do have objects inside of several "Collections"
Contents of the error shown in the terminal:
I'm both new to Blender and Github so if its an obvious human error on my end or if i didn't provide enough information please let me know and I apologize
The text was updated successfully, but these errors were encountered: