0

For some reason when I render (via cycles) my textured mesh shows up as black. I have a UV mapping setup on the mesh, a light source, and a set of nodes describing the material. When viewing through texture mode it shows the texture just fine

Rendered mesh

Textured mesh

Edit Uploaded .blend file

glitchyme
  • 101
  • 3
  • related: https://blender.stackexchange.com/a/57042/37728 – Dimali Oct 01 '17 at 21:21
  • ty, the solutions there seem to be: add a light source, and turn off auto smoothing. Neither of those seem to be the issue here. I believe the normals are fine, and I do have a light source (added multiple to test, just in case) – glitchyme Oct 01 '17 at 21:41
  • 1
    hey since you're not using toon, how about just disconnecting it from diffuse all together? try not using texture coordinate but use uv map instead? good luck! let me know what works for you if those don't work. – PepperAddict Oct 01 '17 at 22:02
  • 1
    If it's possible, upload the blend file with problem project and include link here. Unconnected node won't affect the result like that just likely as Texture Coordinate node. – Mr Zak Oct 01 '17 at 22:57
  • Uploaded .blend file. Also packed the texture image into the file – glitchyme Oct 01 '17 at 23:18
  • 3
    Your UV map needs to be cleaned up and you need more light, but it looks green on my machine. – bertmoog Oct 02 '17 at 01:48

1 Answers1

0

It appears that packing the image into the blend file was enough to get it to render correctly. Its strange because it was clearly able to read the image file, given that it was showing up in my UV/Image editor. I'm not entirely sure what the root cause of the issue was

glitchyme
  • 101
  • 3