Convert ODS schedules into SVG schedules for inclusion in drawings

This commit is contained in:
Dion Moult
2020-08-17 22:10:06 +10:00
parent d3da378ba3
commit eac72dc852
5 changed files with 92 additions and 0 deletions
@@ -766,6 +766,7 @@ class BIM_PT_schedules(Panel):
row.operator('bim.add_schedule')
if props.schedules:
row.operator('bim.build_schedule', icon='LINENUMBERS_ON', text='')
row.operator('bim.remove_schedule', icon='X', text='').index = props.active_schedule_index
layout.template_list('BIM_UL_generic', '', props, 'schedules', props, 'active_schedule_index')