mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Apparently you couldn't edit composite profile defs. Now you can.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user