Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors reported during export with version XPlane2Blender v3.4.0-beta1 #290

Closed
quantumac opened this issue Aug 12, 2017 · 2 comments
Closed

Comments

@quantumac
Copy link

quantumac commented Aug 12, 2017

Trying to export my BD-5J using Blender 2.78c which exports just fine under XPlane2Blender v3.2.

Blender file is publicly available and can be found online in the download on this page:

http://forums.x-plane.org/index.php?/files/file/27269-bd-5j-microjet/

The errors reported during export are:

ERROR: Material "wings" in object "Nav_Light_Housing_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Aileron_Base_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Elevator_Trim_Tab" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Main_Wing_Flaps_Base_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Landing_Light_Housing_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Horz_Stabilizer" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Main_Wing_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Main_Wing_Flaps_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Strobe_Light_Housing_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Aileron_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Nav_Light_Housing_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Rudder" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Vert_Stabilizer" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Anti-Servo_Rotation" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Landing_Light_Housing_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Main_Wing_Flaps_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Strobe_Light_Housing_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Main_Wing_Flaps_Base_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Aileron_Base_Left" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Main_Wing_Right" Normal/Alpha/Specular texture must be "None".
ERROR: Material "wings" in object "Aileron_Left" Normal/Alpha/Specular texture must be "None".

@bsupnik
Copy link
Collaborator

bsupnik commented Aug 15, 2017

@tngreene This is almost certainly "authoring error", e.g. the wings material is conflicting with something. I would like to see you improve the warnings so that the two conflicting materials are named, e.g. something like:

Material "wings" has wings.png as its normal+specular texture, but material "fuselage" has no normal+specular texture. These materials must use the same texture to be exported to the object "airplane.obj"

In other words, name the exported OBJ and both conflicted materials in one place...

This is not a beta-stopper, e.g. this kind of warning improvement can wait until more serious beta bugs are fixed. I think this is a case where we provide a better warning in code or provide a better warning by hand forever by answering bug reports about "Why doesn't this work."

@tngreene
Copy link
Contributor

Can confirm, this was solved by #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants