
MrGreystone
@MrGreystoneimport bpy
scene = bpy.context.scene
empty_meshobs = [o for o in scene.objects
if o.type == 'MESH'
and not o.data.vertices]
while empty_meshobs:
bpy.data.objects.remove(empty_meshobs.pop())
All stuff of MrGreystone
342151
Catalog items
34
Guided Reads
22167
Games
16335
Creators