specoolar / Blender-BakeLab2

Blender addon for baking images
GNU General Public License v3.0
304 stars 44 forks source link

Add check for active Material Output node #6

Closed Plat251 closed 3 years ago

Plat251 commented 3 years ago

Updates the find_node function to ensure that it returns the active Material Output node instead of the first one it finds, in case there are multiple Material Output nodes present. This fixes #5.