mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Add status bar Info messages for feedback on create tasks that now don't have visual feedback
This commit is contained in:
@@ -304,6 +304,7 @@ class CreateDrawing(bpy.types.Operator):
|
||||
|
||||
if self.print_all:
|
||||
bpy.ops.bim.activate_drawing(drawing=original_drawing_id, should_view_from_camera=False)
|
||||
self.report({"INFO"}, f"{len(drawings_to_print)} drawings created...")
|
||||
return {"FINISHED"}
|
||||
|
||||
def get_camera_dimensions(self):
|
||||
@@ -1770,6 +1771,8 @@ class CreateSheets(bpy.types.Operator, tool.Ifc.Operator):
|
||||
command[0] = shutil.which(command[0]) or command[0]
|
||||
subprocess.run([replacements.get(c, c) for c in command])
|
||||
|
||||
self.report({"INFO"}, f"{len(sheets)} sheets created...")
|
||||
|
||||
|
||||
class SelectAllDrawings(bpy.types.Operator):
|
||||
bl_idname = "bim.select_all_drawings"
|
||||
|
||||
Reference in New Issue
Block a user