-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multilayer EXR's #18
Comments
Thanks, I'm glad you're enjoying the tool! Using multiple images is currently the only workflow but having multilayer EXR support certainly would be nice. The fact that the tool already outputs multilayer EXRs is purely by chance right now, as I reuse the input image handle for the output image. So I guess it just copies everything. The question is, what would be the most intuitive and practical way to expose this to a user? Hear are a couple of options I can think of off the top of my head.
Let me know what you think |
Hey Declan, I think keeping things simple will help!
This way it's easy to code into things without having to deconstruct the filepath. Where you thinking of denoising the other channels as well? Obviously these are suggestions! |
Thanks Ricardo, this is great! I think I have a good idea of how I'm going to implement it. I'll try my best to find some free time to hack this in. I'll keep you posted :) |
Hi guys, and again thanks Declan for you tool. Actually I'm using both Intel and Nvidia in a tool "FiNE" if you want to give it a try. It works with multilayer EXR, in sequence or single frame. The Normal and Albedo can be in separate exr or in the beauty pass. (like Renderman did when you want to denoise with the renderman hyperion denoiser, whitch is also in the tool). |
So first off, thanks for this amazing work!
I noticed that inputting a multilayer exr will output a multilayer EXR with some of the same channels (names are the same, but not all channels are there) but the channels have been altered with different data.
I imagine these channels represent data the Denoiser used to Denoise.
I also wonder if the denoiser does anything with channel data, there is no way to feed it the albedo from a channel name right?
We are thinking of switching to rendering multi-image instead of multilayer to use this more effectively.
The text was updated successfully, but these errors were encountered: