mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
swizzle material and style purging operators
purging material should come first as it may unlock purging more styles
This commit is contained in:
@@ -522,5 +522,5 @@ class BIM_PT_purge(Panel):
|
||||
layout = self.layout
|
||||
layout.operator("bim.purge_unused_objects", text="Purge Unused Profiles").object_type = "PROFILE"
|
||||
layout.operator("bim.purge_unused_objects", text="Purge Unused Types").object_type = "TYPE"
|
||||
layout.operator("bim.purge_unused_objects", text="Purge Unused Styles").object_type = "STYLE"
|
||||
layout.operator("bim.purge_unused_objects", text="Purge Unused Materials").object_type = "MATERIAL"
|
||||
layout.operator("bim.purge_unused_objects", text="Purge Unused Styles").object_type = "STYLE"
|
||||
|
||||
Reference in New Issue
Block a user