cheind / pytorch-blender

:sweat_drops: Seamless, distributed, real-time integration of Blender into PyTorch data pipelines
MIT License
562 stars 44 forks source link

How to access other render passes? #3

Closed cheind closed 3 years ago

cheind commented 4 years ago

Currently online combined render pass is available through OffscreenRenderer. Do we need to re-render or can we directly access the intermediate passes?

cheind commented 4 years ago

2.9 should offer EEVEE render passes as shown here https://www.youtube.com/watch?v=5kW0EVmdctM

cheind commented 3 years ago

added support in current develop by using composite rendering.