Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2022-02-03 11:59:22 +0300
committerThomas Dinges <blender@dingto.org>2022-02-03 11:59:22 +0300
commite468abc360e0c9889949b4814551e282e926240d (patch)
tree938ce40c7856b22c19c08e8de31debc163435ccf /intern
parent26fe2c188565da07c3decf63934ae1fda599ba79 (diff)
parentc379223053e7187e71ff031bb61938edaa3959af (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index aa5f6740933..e4b2fef87c3 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -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