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 shader node colors or textures is shown in the viewport #7

Closed stig-atle closed 4 years ago

stig-atle commented 5 years ago

Currently the shader nodes does not show anything special in the viewport. It should show the diffuse (Kd) color (or equivalent) or texture map.

stig-atle commented 5 years ago

I'm currently working on getting the color shown properly. I found a solution today, and will update all shader nodes with this.

image

stig-atle commented 4 years ago

Almost done with all shaders, will be pushed within a couple of days. Needs some more testing and cleanup.

image

stig-atle commented 4 years ago

Fixed color support for viewport. Will open separate task for texture map in viewport. image