ifcsverchok - ifc.write_file_panel to filter .ifc files

This commit is contained in:
Andrej730
2025-03-20 09:34:52 +05:00
parent 1feb00678c
commit 4d5a3ec633
+1
View File
@@ -180,6 +180,7 @@ class IFC_Sv_write_file(bpy.types.Operator):
bl_options = {"REGISTER", "UNDO"}
bl_description = "File path to write to."
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
node_group: bpy.props.StringProperty(default="")
force_mode: bpy.props.BoolProperty(default=False)