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
+2
View File
@@ -393,6 +393,8 @@ class BIMProperties(PropertyGroup):
global_id: StringProperty(name="GlobalId")
search_attribute_name: StringProperty(name="Search Attribute Name")
search_attribute_value: StringProperty(name="Search Attribute Value")
search_pset_path: StringProperty(name="Search Pset Path")
search_pset_value: StringProperty(name="Search Pset Value")
features_dir: StringProperty(default='', name="Features Directory", update=refreshFeaturesFiles)
features_file: EnumProperty(items=getFeaturesFiles, name="Features File", update=refreshScenarios)
scenario: EnumProperty(items=getScenarios, name="Scenario")