Vito Miliano wrote:
What is going on? How is this supposed to work?
This appears to work:
elif fn=='map_Kd':
mat[curmat].texture = soya.Image.get(pr[0])
mat[curmat].diffuse = (1.0, 1.0, 1.0, 1.0)
mat[curmat].filename = pr[0][:pr[0].rfind(".")]
Thanks,
Vito
