stig-atle / io_scene_pbrt

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

Update so that it exports to native Pbrt-v4 format #25

Open stig-atle opened 4 years ago

stig-atle commented 4 years ago

Implement all new features in Pbrt-v4 format, so that we support it natively.

stig-atle commented 4 years ago

Almost done with the new shader nodes. Once that's done I'll push to a unstable pbrt-v4 branch and continue the work with the export code until it's stable. Once that branch is stable - I'll make that one the default branch, and make a pbrt-v3 branch to hold the older version.

stig-atle commented 4 years ago

Pushed my current pbrt-v4 code to the branch: https://github.com/stig-atle/io_scene_pbrt/tree/Pbrt-v4-support I will do all work there and update it frequently. Consider it highly unstable until I'm done. Meshes works, spot light works, diffuse shader works. More to be added shortly (I work as fast as I can on this).