mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix UI for 4bb32b252d
This commit is contained in:
@@ -731,6 +731,7 @@ class OverrideDelete(bpy.types.Operator):
|
||||
if self.is_batch:
|
||||
row = self.layout.row()
|
||||
row.label(text="Warning: Faster deletion will use more memory.", icon="ERROR")
|
||||
row = self.layout.row()
|
||||
row.label(text="See system console for deletion progress.")
|
||||
|
||||
def _execute(self, context: bpy.types.Context):
|
||||
|
||||
Reference in New Issue
Block a user