Improved user friendly UI for sheet creation

This commit is contained in:
Dion Moult
2020-08-16 11:54:05 +10:00
parent b5acf81be2
commit b7bb7815ad
4 changed files with 66 additions and 48 deletions
@@ -115,10 +115,10 @@ if bpy is not None:
operator.AddSubcontext,
operator.RemoveSubcontext,
operator.CutSection,
operator.CreateSheet,
operator.AddSheet,
operator.OpenSheet,
operator.OpenCompiledSheet,
operator.AddViewToSheet,
operator.AddDrawingToSheet,
operator.CreateSheets,
operator.OpenView,
operator.ActivateView,
@@ -185,6 +185,7 @@ if bpy is not None:
operator.ActivateDrawingStyle,
operator.EditVectorStyle,
operator.PurgeProjectClassifications,
operator.RemoveSheet,
prop.StrProperty,
prop.Variable,
prop.Role,
@@ -203,6 +204,7 @@ if bpy is not None:
prop.Constraint,
prop.Drawing,
prop.DrawingStyle,
prop.Sheet,
prop.BcfTopic,
prop.BcfTopicLabel,
prop.BcfTopicFile,