Error when I create a Radiance custom material (HB+)

Hi @LiamRuvio,

You can use the Trans class from HB[+]. The BRTD class is not implemented in HB[+], but you can create a custom modifier using the Primitive class. Mixfunc is also not implemented, so you will have to use Primitive in that case as well using type=‘mixfunc’.

Download: custom_radiance_material.gh (6.8 KB)

1 Like