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:
@@ -84,7 +84,6 @@ class DATA_PT_lens(CameraButtonsPanel, Panel):
|
|||||||
col.separator()
|
col.separator()
|
||||||
|
|
||||||
if cam.type == 'PERSP':
|
if cam.type == 'PERSP':
|
||||||
col = layout.column()
|
|
||||||
if cam.lens_unit == 'MILLIMETERS':
|
if cam.lens_unit == 'MILLIMETERS':
|
||||||
col.prop(cam, "lens")
|
col.prop(cam, "lens")
|
||||||
elif cam.lens_unit == 'FOV':
|
elif cam.lens_unit == 'FOV':
|
||||||
|
|||||||
Reference in New Issue
Block a user