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