Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/denoiser.cpp
| Context not available. | |||||
| if (!device->info.multi_devices.empty()) { | if (!device->info.multi_devices.empty()) { | ||||
| /* Some configurations will use multi_devices, but keep the type of an individual device. | /* Some configurations will use multi_devices, but keep the type of an individual device. | ||||
| * This does simplify checks for homogenous setups, but here we really need a single device. */ | * This does simplify checks for homogeneous setups, but here we really need a single device. */ | ||||
| return false; | return false; | ||||
| } | } | ||||
| Context not available. | |||||