Skip to content

Commit 1ecbca7

Browse files
committed
Add new Nikon Z lenses
(cherry picked from commit d6f0f8f)
1 parent 80c5481 commit 1ecbca7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/nikonmn_int.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
39703970
return os << "(" << value << ")";
39713971
}
39723972

3973-
// cf. https://github.com/exiftool/exiftool/blob/12.97/lib/Image/ExifTool/Nikon.pm#L5539
3973+
// cf. https://github.com/exiftool/exiftool/blob/13.16/lib/Image/ExifTool/Nikon.pm#L5668
39743974
static constexpr struct lens {
39753975
uint16_t l;
39763976
const char* vendor;
@@ -4013,9 +4013,11 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
40134013
{44, "Nikon", "Nikkor Z 70-180mm f/2.8"},
40144014
{45, "Nikon", "Nikkor Z 600mm f/6.3 VR S"},
40154015
{46, "Nikon", "Nikkor Z 135mm f/1.8 S Plena"},
4016+
{47, "Nikon", "Nikkor Z 35mm f/1.2 S"},
40164017
{48, "Nikon", "Nikkor Z 28-400mm f/4-8 VR"},
40174018
{51, "Nikon", "Nikkor Z 35mm f/1.4"},
40184019
{52, "Nikon", "Nikkor Z 50mm f/1.4"},
4020+
{2305, "Laowa", "FFII 10mm F2.8 C&D Dreamer"},
40194021
{53251, "Sigma", "56mm F1.4 DC DN | C"},
40204022
{57346, "Tamron", "35-150mm F/2-2.8 Di III VXD"},
40214023
};

0 commit comments

Comments
 (0)