mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
ifcsverchok - ifc.write_file_panel to filter .ifc files
This commit is contained in:
@@ -180,6 +180,7 @@ class IFC_Sv_write_file(bpy.types.Operator):
|
|||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
bl_description = "File path to write to."
|
bl_description = "File path to write to."
|
||||||
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
|
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
|
||||||
|
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
|
||||||
node_group: bpy.props.StringProperty(default="")
|
node_group: bpy.props.StringProperty(default="")
|
||||||
force_mode: bpy.props.BoolProperty(default=False)
|
force_mode: bpy.props.BoolProperty(default=False)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user