Add ability to search with regex for pset values

This commit is contained in:
Dion Moult
2020-02-20 17:31:38 +11:00
parent eac8925134
commit 7a5ec24d8d
4 changed files with 43 additions and 1 deletions
+6
View File
@@ -495,6 +495,12 @@ class BIM_PT_search(Panel):
row.prop(props, 'search_attribute_value', text='')
row.operator('bim.select_attribute', text='', icon='VIEWZOOM')
layout.label(text="Pset:")
row = layout.row(align=True)
row.prop(props, 'search_pset_path', text='')
row.prop(props, 'search_pset_value', text='')
row.operator('bim.select_pset', text='', icon='VIEWZOOM')
class BIM_PT_qa(Panel):
bl_label = "BIMTester Quality Auditing"