Moguri / blend2bam

A CLI tool to convert Blender blend files to Panda3D BAM files
MIT License
68 stars 18 forks source link

Consider supporting Diffuse BSDF #50

Open rdb opened 3 years ago

rdb commented 3 years ago

It would be useful to support materials that use the Diffuse BSDF shader, which is simpler than Principled BSDF, and should certainly be supported for non-PBR workflows.

This may require either a workaround in blend2bam or an upstream feature request/PR to the glTF exporter.

If we decide against this, then there needs to be a note in the manual saying that only Principled BSDF is supported.