Fix T77957: Height change in Camera Properties column when changing lens type

Remove unneeded extra column from perspective type properties.

Maniphest Tasks: T77957

Differential Revision: https://developer.blender.org/D8060
This commit is contained in:
Philipp Oeser 2020-06-17 19:23:12 +02:00
parent a5e176a8ed
commit dbf96e6252
Notes: blender-bot 2023-02-13 23:16:02 +01:00
Referenced by issue #77957, Height change in Camera Properties column when changing lens type from perspective to panoramic
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class DATA_PT_lens(CameraButtonsPanel, Panel):
col.separator()
if cam.type == 'PERSP':
col = layout.column()
if cam.lens_unit == 'MILLIMETERS':
col.prop(cam, "lens")
elif cam.lens_unit == 'FOV':