mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 02:27:59 +00:00
Fix #6840: Add search to profile selection, when creating a new extrusion type
This commit is contained in:
@@ -779,6 +779,6 @@ class AddElement(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
row.prop(props, "representation_obj", text="Object")
|
row.prop(props, "representation_obj", text="Object")
|
||||||
elif props.representation_template == "PROFILESET":
|
elif props.representation_template == "PROFILESET":
|
||||||
row = self.layout.row()
|
row = self.layout.row()
|
||||||
row.prop(props, "profile", text="Profile")
|
prop_with_search(self.layout, props, "profile", text="Profile", should_click_ok=True)
|
||||||
if props.representation_template != "EMPTY":
|
if props.representation_template != "EMPTY":
|
||||||
prop_with_search(self.layout, props, "contexts", should_click_ok=True)
|
prop_with_search(self.layout, props, "contexts", should_click_ok=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user