hi I’m trying to use python to code karamba, but i have difficulties in adding specific material, is there anyone know how to do this?
I already attached python file and screenshot
Thanks!
python.gh (19.3 KB)
hi I’m trying to use python to code karamba, but i have difficulties in adding specific material, is there anyone know how to do this?
I already attached python file and screenshot
Thanks!
python.gh (19.3 KB)
Hello @Xiujin_Liu,
in line 120 k3d.Material.ReadMaterialTable(materialPath) returns a list of materials. This list does not implement a “find”-method.
– Clemens