eidosmontreal / unreal-vdb

This repo is a non-official Unreal plugin that can read OpenVDB and NanoVDB files in Unreal.
Apache License 2.0
691 stars 109 forks source link

MRQ custom render pass ?? #53

Closed davoodkharmanzar closed 1 year ago

davoodkharmanzar commented 1 year ago

hey, is it possible to define custom render pass on Movie Render Queue to render only VDB Principled volumes? thanks.

Screenshot 2022-12-13 220752

thilamb commented 1 year ago

I'm not sure I can add a custom render pass but you can render only VDBs by using the option:

r.Vdb.DebugMode 1 (Radiance/RGB only) or
r.Vdb.DebugMode 2 (VDB Alpha only)

I've updated the FAQ section because a lot of people have asked me the same question.

davoodkharmanzar commented 1 year ago

thanks for your reply ... alpha only option would be great if be able to define as pass :]

thilamb commented 1 year ago

I'll investigate a bit to see if I can add a custom pass but I doubt it. I'll close this issue until then. Thanks !