Cycles: upgrade to OptiX SDK version 7.1 on buildbot

This means that NVIDIA driver version 450 or newer is now required for Cycles
OptiX rendering. This upgrade is required to take advantage of new features and
improvements.

Ref T81431
This commit is contained in:
Brecht Van Lommel 2021-01-12 11:35:39 +01:00
parent 89ae4a7a2a
commit 1dc9650d20
Notes: blender-bot 2023-02-14 06:00:44 +01:00
Referenced by issue #81431, Optix corrupt render (incomplete scene translated)
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def get_cmake_options(builder):
elif builder.platform == 'linux':
config_file = "build_files/buildbot/config/blender_linux.cmake"
optix_sdk_dir = os.path.join(builder.blender_dir, '..', '..', 'NVIDIA-Optix-SDK')
optix_sdk_dir = os.path.join(builder.blender_dir, '..', '..', 'NVIDIA-Optix-SDK-7.1')
options.append('-DOPTIX_ROOT_DIR:PATH=' + optix_sdk_dir)
# Workaround to build sm_30 kernels with CUDA 10, since CUDA 11 no longer supports that architecture