New UI to add and manage schedules from ODS spreadsheets

This commit is contained in:
Dion Moult
2020-08-17 21:43:33 +10:00
parent 78d33b4ffd
commit d3da378ba3
4 changed files with 75 additions and 0 deletions
@@ -186,6 +186,9 @@ if bpy is not None:
operator.EditVectorStyle,
operator.PurgeProjectClassifications,
operator.RemoveSheet,
operator.AddSchedule,
operator.RemoveSchedule,
operator.SelectScheduleFile,
prop.StrProperty,
prop.Variable,
prop.Role,
@@ -203,6 +206,7 @@ if bpy is not None:
prop.ClashSet,
prop.Constraint,
prop.Drawing,
prop.Schedule,
prop.DrawingStyle,
prop.Sheet,
prop.BcfTopic,
@@ -231,6 +235,7 @@ if bpy is not None:
prop.BIMTextProperties,
ui.BIM_PT_section_plane,
ui.BIM_PT_drawings,
ui.BIM_PT_schedules,
ui.BIM_PT_sheets,
ui.BIM_PT_bim,
ui.BIM_PT_psets,