Fix #956. Add support for imperial and custom drawing scales.

This commit is contained in:
Dion Moult
2020-08-28 21:40:24 +10:00
parent e7aa8d0e27
commit 0c145dd885
3 changed files with 68 additions and 19 deletions
@@ -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:")