2

I have created a model and added textures to it using Cycles rendering engine. When I export to .obj file the textures are not saved with the object. I tried given copy in the path while exporting the textures are getting copied to the directory but I am unable to get the output. Also .obj, .mtl and all textures are stored in the same directory without spaces in their names. Am I doing something wrong?

enter image description here

Amir
  • 3,074
  • 2
  • 29
  • 55
Bala
  • 21
  • 1
  • 2

1 Answers1

2

Make sure the import and export properties are like below:

For importing make sure Image Search is checked:

enter image description here

For exporting make sure Write Materials is checked:

enter image description here

Amir
  • 3,074
  • 2
  • 29
  • 55