Everything related to SDK.
#367108
Trying to assign r2 values in a layer. Found the function setFresnelCustom but I get a script error when trying to use it.

My code is

# Add new layer to material.
layer = material1.addLayer();
# Add new BSDF to layer.
bsdf = layer.addBSDF();
#set r2 values
bsdf.setFresnelCustom(75.00, 40.00, True );

but I get the error:

AttributeError: 'Cbsdf' object has no attribute 'setFresnelCustom'

What is the correct way to set r2 values?

So, is this a known issue?

Thanks a lot for your response, I will update and […]

did you tried luxCore?

ok thanks for explaining. actually I do copy the T[…]