Apparently you couldn't edit composite profile defs. Now you can.

This commit is contained in:
Dion Moult
2025-02-13 07:26:09 +11:00
parent cdcbc2ad3b
commit af03953ef7
@@ -99,6 +99,7 @@ class BIM_PT_profiles(Panel):
if active_profile.ifc_class in (
"IfcArbitraryClosedProfileDef",
"IfcArbitraryProfileDefWithVoids",
"IfcCompositeProfileDef",
):
if self.props.active_arbitrary_profile_id:
row = self.layout.row(align=True)