stig-atle / io_scene_pbrt

Exporter for blender that exports the scene into pbrt's ascii file format.
59 stars 16 forks source link

Fix so that RGB node can be plugged into the color slot. #8

Open stig-atle opened 5 years ago

stig-atle commented 5 years ago

The color slot should be overridden if there's a RGB node plugged into a color slot. Right now it only exports the slot itself, not the one you plug in to override. Only image texture is being exported if plugged into color slot.