0

I exported a basic Cinema4D scene as XML (File > Export > Cinema 4D XML) then opened up the xml in Cinema4D and it loses the reference to the texture applied.

If I open up the original .c4d file and render it I can see my texture applied.

If I open up the exported .xml file and render it the texture is missing.

Any solutions ?

1 Answers1

1

your XML is an ascii text file, or should be. Check it in any text editor and make the typical ctrl + f search, for example, with words like "texture" , "material" or better, the name of your jpg or whatever the file. (ie, skin.jpg ) . Never tried that with Cinema, but have used many xml files in 3D and most usual problem is about non relative or relative path being the cause, or other detail like that. An edit in the text editor and re-import might fix it.

S.gfx
  • 1,698
  • 11
  • 14