Cleanup: Remove unused python helper function.

Branched Path has been removed with the Cycles X merge.
This commit is contained in:
Thomas Dinges 2022-01-20 14:34:20 +01:00
parent 969a571e0f
commit 264fe10ddd
1 changed files with 0 additions and 6 deletions

View File

@ -119,12 +119,6 @@ def use_optix(context):
return (get_device_type(context) == 'OPTIX' and cscene.device == 'GPU')
def use_sample_all_lights(context):
cscene = context.scene.cycles
return cscene.sample_all_lights_direct or cscene.sample_all_lights_indirect
def show_device_active(context):
cscene = context.scene.cycles
if cscene.device != 'GPU':