Minimum viable protoype for Smart Clash Grouping completed

This commit is contained in:
Vincent Cadoret
2020-11-10 21:01:51 -05:00
committed by Dion Moult
parent 51dca4329c
commit 5a06bd5a57
5 changed files with 146 additions and 8 deletions
@@ -144,6 +144,7 @@ if bpy is not None:
operator.ExecuteIfcClash,
operator.SelectIfcClashResults,
operator.SmartClashGroup,
operator.IsolateSmartGroup,
operator.SwitchContext,
operator.RemoveContext,
operator.OpenUpstream,
@@ -245,6 +246,7 @@ if bpy is not None:
prop.DocumentReference,
prop.ClashSource,
prop.ClashSet,
prop.SmartClashGroup,
prop.Constraint,
prop.Drawing,
prop.Schedule,
@@ -324,6 +326,7 @@ if bpy is not None:
ui.BIM_PT_misc_utilities,
ui.BIM_UL_generic,
ui.BIM_UL_clash_sets,
ui.BIM_UL_smart_groups,
ui.BIM_UL_constraints,
ui.BIM_UL_document_information,
ui.BIM_UL_document_references,