mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 07:32:42 +00:00
Users can now specify what objects to cut for documentation with presets
This commit is contained in:
@@ -855,6 +855,12 @@ class BIM_PT_camera(Panel):
|
||||
row = layout.row()
|
||||
row.operator('bim.resize_text')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'cut_objects')
|
||||
if props.cut_objects == 'CUSTOM':
|
||||
row = layout.row()
|
||||
row.prop(props, 'cut_objects_custom')
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.prop(props, 'diagram_scale', text='')
|
||||
row.operator('bim.cut_section')
|
||||
|
||||
Reference in New Issue
Block a user