mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 12:43:43 +00:00
Support for importing IFCZIP files. See #834
This commit is contained in:
@@ -64,9 +64,8 @@ class ExportIFC(bpy.types.Operator):
|
||||
class ImportIFC(bpy.types.Operator, ImportHelper):
|
||||
bl_idname = "import.ifc"
|
||||
bl_label = "Import .ifc file"
|
||||
|
||||
filename_ext = ".ifc"
|
||||
filter_glob: bpy.props.StringProperty(default="*.ifc", options={'HIDDEN'})
|
||||
filter_glob: bpy.props.StringProperty(default="*.ifc;*.ifczip", options={'HIDDEN'})
|
||||
|
||||
def execute(self, context):
|
||||
start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user