Author Topic: [solved]Fatal error  (Read 2554 times)

2017-03-17, 16:08:14

Pixelatedvertex

  • Active Users
  • **
  • Posts: 35
    • View Profile
When trying to render one scene, I get the following message after the export has been finished and the Frame buffer is about to start:

ERROR: Fatal error in mtl-XML file: 'Scene.mtl' : Attempting to redefine material: default

the material called 'default' is just a default corona material with the diffuse color changed to around 80% grey. The material is applied to most objects in the scene
Any ideas where to start looking for a solution to this error?
thanks in advance
« Last Edit: 2017-03-20, 12:31:04 by Pixelatedvertex »

2017-03-17, 22:04:19
Reply #1

blanchg

  • Moderator
  • Active Users
  • ***
  • Posts: 414
    • View Profile
    • Blender exporter for Corona
Rename your default material as the exporter already defines a default material.  I will try to fix this but will take a few days.

2017-03-20, 12:30:23
Reply #2

Pixelatedvertex

  • Active Users
  • **
  • Posts: 35
    • View Profile
Cool, this solves the problem, thanks!