mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Different drawings can now have different aspect ratios. Finally!
This commit is contained in:
@@ -906,6 +906,11 @@ class BIM_PT_camera(Panel):
|
||||
row = layout.row()
|
||||
row.prop(props, 'cut_objects_custom')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'raster_x')
|
||||
row = layout.row()
|
||||
row.prop(props, 'raster_y')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'diagram_scale')
|
||||
if props.diagram_scale == 'CUSTOM':
|
||||
|
||||
Reference in New Issue
Block a user