mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
added styles search
This commit is contained in:
@@ -110,7 +110,7 @@ class BIM_PT_materials(Panel):
|
|||||||
elif self.props.editing_material_type == "STYLE":
|
elif self.props.editing_material_type == "STYLE":
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.prop(self.props, "contexts", text="")
|
row.prop(self.props, "contexts", text="")
|
||||||
row.prop(self.props, "styles", text="")
|
prop_with_search(row, self.props, "styles", text="")
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.operator("bim.edit_material_style", text="Assign Style", icon="CHECKMARK")
|
row.operator("bim.edit_material_style", text="Assign Style", icon="CHECKMARK")
|
||||||
row.operator("bim.disable_editing_material", text="", icon="CANCEL")
|
row.operator("bim.disable_editing_material", text="", icon="CANCEL")
|
||||||
|
|||||||
Reference in New Issue
Block a user