New feature to read pset template files

This commit is contained in:
Dion Moult
2020-04-24 17:14:07 +10:00
parent a90ad6e16c
commit 9ad57d658e
8 changed files with 268 additions and 19 deletions
@@ -99,10 +99,17 @@ if bpy is not None:
operator.OpenUpstream,
operator.BIM_OT_CopyAttributesToSelection,
operator.BIM_OT_ChangeClassificationLevel,
operator.AddPropertySetTemplate,
operator.DeletePropertySetTemplate,
operator.EditPropertySetTemplate,
operator.SavePropertySetTemplate,
operator.AddPropertyTemplate,
prop.StrProperty,
prop.Classification,
prop.ClassificationReference,
prop.ClassificationView,
prop.PropertySetTemplate,
prop.PropertyTemplate,
prop.BcfTopic,
prop.BcfTopicLabel,
prop.BcfTopicFile,
@@ -128,6 +135,7 @@ if bpy is not None:
prop.BIMCameraProperties,
ui.BIM_PT_documentation,
ui.BIM_PT_bim,
ui.BIM_PT_psets,
ui.BIM_PT_classifications,
ui.BIM_PT_search,
ui.BIM_PT_bcf,