Cycles: oneAPI: Update UI about minimal driver version on Linux

These changes are already in place de facto, as the check for
the minimal driver version in the Blender code was already
updated. This commit simply adds the UI update, which I
initially forgot to perform.

Pull Request: https://projects.blender.org/blender/blender/pulls/147459
This commit is contained in:
Nikita Sirgienko
2025-10-06 20:44:20 +02:00
committed by Nikita Sirgienko
parent 5953ff318c
commit c07454a3d7

View File

@@ -1849,7 +1849,7 @@ class CyclesPreferences(bpy.types.AddonPreferences):
col.label(text=rpt_("and Windows driver version %s or newer") % driver_version,
icon='BLANK1', translate=False)
elif sys.platform.startswith("linux"):
driver_version = "XX.XX.31740.15"
driver_version = "XX.XX.34666.3"
col.label(
text=rpt_("Requires Intel GPU with Xe-HPG architecture and"),
icon='BLANK1',