Allow ifcpatch to work with .ifcZIP | .ifcXML

Closes #2350
This commit is contained in:
CyrilWaechter
2022-11-26 05:37:00 +01:00
parent 25a7a95284
commit eb0322759c
@@ -34,7 +34,7 @@ class SelectIfcPatchInput(bpy.types.Operator):
bl_idname = "bim.select_ifc_patch_input"
bl_label = "Select IFC Patch Input"
bl_options = {"REGISTER", "UNDO"}
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
filter_glob: bpy.props.StringProperty(default="*.ifc;*.ifcZIP;*.ifcXML", options={"HIDDEN"})
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
def execute(self, context):