mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
bim.select_failed_entities - add info message
This commit is contained in:
@@ -177,6 +177,7 @@ class SelectFailedEntities(bpy.types.Operator):
|
||||
else:
|
||||
obj.select_set(False)
|
||||
|
||||
self.report({"INFO"}, f"{len(failed_ids)} failed entities found, {len(context.selected_objects)} selected.")
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user