mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 21:30:42 +00:00
Minor fixes after the refactor mess
This commit is contained in:
@@ -49,7 +49,7 @@ class BIM_PT_structural_boundary_conditions(Panel):
|
||||
self.draw_read_only_ui(context)
|
||||
|
||||
def draw_editable_ui(self, context):
|
||||
for attribute in self.props.connection_attributes:
|
||||
for attribute in self.props.boundary_condition_attributes:
|
||||
if attribute.data_type == "string":
|
||||
row = self.layout.row()
|
||||
row.prop(attribute, "string_value", text=attribute["name"])
|
||||
|
||||
Reference in New Issue
Block a user