Page 1 of 1

17.7 Volume depth is missing

PostPosted: Wed May 01, 2019 2:27 pm
by J.C
Volume depth is missing in kernel settings.

Re: 17.7 Volume depth is missing

PostPosted: Thu May 02, 2019 11:42 am
by J.C
Can be easily fixed by adding:
Code: Select all
sub.prop(oct_scene, "max_scatter_depth")

to ui.py file somewhere between depth settings.

Re: 17.7 Volume depth is missing

PostPosted: Thu May 02, 2019 6:30 pm
by linograndiotoy
Specular depth is also missing.

Re: 17.7 Volume depth is missing

PostPosted: Thu May 02, 2019 7:50 pm
by J.C
In Standalone, in PT kernel there is only one option "Specular depth". In Blender plugin there is "Glossy depth". Both do the same, but the naming should be unified.
DL kernel has "Specular depth" and "Glossy depth" in both.