swizzle material and style purging operators

purging material should come first as it may unlock purging more styles
This commit is contained in:
Andrej730
2024-09-13 18:01:43 +05:00
parent b8aefe7df0
commit c340f496f2
+1 -1
View File
@@ -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"