mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Fix #956. Add support for imperial and custom drawing scales.
This commit is contained in:
@@ -908,6 +908,9 @@ class BIM_PT_camera(Panel):
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'diagram_scale')
|
||||
if props.diagram_scale == 'CUSTOM':
|
||||
row = layout.row()
|
||||
row.prop(props, 'custom_diagram_scale')
|
||||
|
||||
layout.label(text="Drawing Styles:")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user