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