HI,
In 2.28 how do I attach an image to a face. The old way was to use face.addTexture(imagename), but this does not appear to work anymore.
I’m importing re-volt tracks into blender and can get all the rest of the mesh info in, just can’t work out how to attach the image info.
add face info vert index, uv vals etc...
tried
Newface.image.name = imagename
or
Newface.image.append(imagename)
or
Newface.addTexture( imagename)
then
Newmesh.faces.append(Newface)
Thanks Stephen