From cd04b80c48fd5b0a7bead6471bbabff8f2992354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Thu, 2 Nov 2023 13:25:33 +0100 Subject: [PATCH] Add new Nikon Z lenses (cherry picked from commit 7ebeddd44e41dc602de40d5b4636e800b2e1a847) --- src/nikonmn_int.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nikonmn_int.cpp b/src/nikonmn_int.cpp index f28731c15b..bb6bbf9b30 100644 --- a/src/nikonmn_int.cpp +++ b/src/nikonmn_int.cpp @@ -3954,6 +3954,9 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value& {42, "Nikon", "Nikkor Z 180-600mm f/5.6-6.3 VR"}, {43, "Nikon", "Nikkor Z DX 24mm f/1.7"}, {44, "Nikon", "Nikkor Z 70-180mm f/2.8"}, + {45, "Nikon", "Nikkor Z 600mm f/6.3 VR S"}, + {46, "Nikon", "Nikkor Z 135mm f/1.8 S Plena"}, + {53251, "Sigma", "56mm F1.4 DC DN | C"}, }; auto lid = static_cast(value.toInt64());