Add prototype drawing style UI

This commit is contained in:
Dion Moult
2020-08-12 21:50:57 +10:00
parent 01d0d125a6
commit a47d1ac32a
4 changed files with 79 additions and 2 deletions
@@ -180,6 +180,10 @@ if bpy is not None:
operator.CalculateObjectVolumes,
operator.AddOpening,
operator.SetOverrideColour,
operator.AddDrawingStyle,
operator.RemoveDrawingStyle,
operator.SaveDrawingStyle,
operator.ActivateDrawingStyle,
prop.StrProperty,
prop.Variable,
prop.Role,
@@ -196,6 +200,7 @@ if bpy is not None:
prop.ClashSource,
prop.ClashSet,
prop.Constraint,
prop.DrawingStyle,
prop.BcfTopic,
prop.BcfTopicLabel,
prop.BcfTopicFile,