mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Convert ODS schedules into SVG schedules for inclusion in drawings
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user