StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Add failsafe to export when other nodes than color are connected to albedo input of Principled BSDF #17

Closed ssnd292 closed 4 years ago

ssnd292 commented 4 years ago

The exports shits itself when another node (like MixRGB) is connected to Albedo input of the Principled BSDF.

Since it doesnt make any sense that the exporter is supposed to read and export mixed input data for Giants Editor anyway, a failsafe should be added to prevent the error from popping up.

2020-02-01 00_12_21-

Exporting Albedo Color information is more than enough. I guess you can just add a failsafe if any node other than image texture or RGB is connected to albedo input.

StjerneIdioten commented 4 years ago

I don't know if it doesn't make sense per say, since the export could export the mixed data as a final image ;) But as for now no, it shouldn't do that.