mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
bim.select_clash_source - hide internal props from user
to avoid confusion
This commit is contained in:
@@ -156,8 +156,8 @@ class SelectClashSource(bpy.types.Operator, ImportHelper):
|
|||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
bl_description = "Select an IFC file to add as a clash source"
|
bl_description = "Select an IFC file to add as a clash source"
|
||||||
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
|
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
|
||||||
index: bpy.props.IntProperty()
|
index: bpy.props.IntProperty(options={"HIDDEN"})
|
||||||
group: bpy.props.StringProperty()
|
group: bpy.props.StringProperty(options={"HIDDEN"})
|
||||||
filename_ext = ".ifc"
|
filename_ext = ".ifc"
|
||||||
|
|
||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user