OliverJPost / HumGen3D

Main code of the Human Generator 3D add-on for Blender
GNU General Public License v3.0
79 stars 14 forks source link

Update callback.py #119

Closed iperov closed 2 weeks ago

iperov commented 2 weeks ago

fix exception if shader has no bsdf principled node

I am using diffuse material to render only the face mask, but a StopIterationError occurs. This PR fixes the problem.

OliverJPost commented 2 weeks ago

Looks good, thanks!