mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +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 (
|
if active_profile.ifc_class in (
|
||||||
"IfcArbitraryClosedProfileDef",
|
"IfcArbitraryClosedProfileDef",
|
||||||
"IfcArbitraryProfileDefWithVoids",
|
"IfcArbitraryProfileDefWithVoids",
|
||||||
|
"IfcCompositeProfileDef",
|
||||||
):
|
):
|
||||||
if self.props.active_arbitrary_profile_id:
|
if self.props.active_arbitrary_profile_id:
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user