WIP port pset template module. It probably needs rewriting, but at least no regressions. See #1222.

This commit is contained in:
Dion Moult
2021-01-24 19:17:33 +11:00
parent 9d893d2c5a
commit af3ed303d8
8 changed files with 427 additions and 385 deletions
@@ -30,6 +30,7 @@ if bpy is not None:
"owner": None,
"project": None,
"pset": None,
"pset_template": None,
"qto": None,
"search": None,
"spatial": None,
@@ -97,12 +98,6 @@ if bpy is not None:
operator.SelectSmartGroup,
operator.LoadSmartGroupsForActiveClashSet,
operator.OpenUpstream,
operator.AddPropertySetTemplate,
operator.RemovePropertySetTemplate,
operator.EditPropertySetTemplate,
operator.SavePropertySetTemplate,
operator.AddPropertyTemplate,
operator.RemovePropertyTemplate,
operator.AddSectionPlane,
operator.RemoveSectionPlane,
operator.ReloadIfcFile,
@@ -154,8 +149,6 @@ if bpy is not None:
prop.StrProperty,
prop.Attribute,
prop.Variable,
prop.PropertySetTemplate,
prop.PropertyTemplate,
prop.ClashSource,
prop.ClashSet,
prop.SmartClashGroup,
@@ -183,7 +176,6 @@ if bpy is not None:
ui.BIM_PT_drawings,
ui.BIM_PT_schedules,
ui.BIM_PT_sheets,
ui.BIM_PT_psets,
ui.BIM_PT_ifcclash,
ui.BIM_PT_library,
ui.BIM_PT_presentation_layers,