Merge branch 'blender-v3.1-release'

This commit is contained in:
Thomas Dinges 2022-02-03 09:59:22 +01:00
commit e468abc360
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ class CYCLES_RENDER_PT_performance_acceleration_structure(CyclesButtonsPanel, Pa
@classmethod
def poll(cls, context):
return not use_optix(context) or has_multi_device(context)
return not use_optix(context) or use_multi_device(context)
def draw(self, context):
import _cycles