Caused by rB1001adb50019.
Cycles cannot get number of gpu devices for type "None", return 0 in
that case.
(Havent tracked down exactly why rB1001adb50019 exposes this, but seems
safe to assume that we should return 0 if getting here in any case.)
Differential D9252
Fix T81806: Error getting Cycles GPU devices if device_type is set to NONE Authored by Philipp Oeser (lichtwerk) on Oct 18 2020, 1:08 PM. Tags Subscribers None
Details
Caused by rB1001adb50019. Cycles cannot get number of gpu devices for type "None", return 0 in
Diff Detail
Event TimelineComment Actions Thanks for checking on this. It was a regression in rB4bea4702d5d5: PyAPI: throw exception when cycles is given an invalid device name. Committed an alternate fix for this: rB4d9f357bf6b5: Fix T81806: Cycles error when GPU device_type is NONE |