UI: Fix error in camera property panel
This commit is contained in:
@@ -88,7 +88,7 @@ class DATA_PT_lens(CameraButtonsPanel, Panel):
|
||||
if cam.lens_unit == 'MILLIMETERS':
|
||||
col.prop(cam, "lens")
|
||||
elif cam.lens_unit == 'FOV':
|
||||
row.prop(cam, "angle")
|
||||
col.prop(cam, "angle")
|
||||
col.prop(cam, "lens_unit")
|
||||
|
||||
elif cam.type == 'ORTHO':
|
||||
|
||||
Reference in New Issue
Block a user