Bernhard Rieder wrote:Hmm.. so you are saying, instead of saving out all render passes within one single .exr I should save out each Render Pass as it's own .exr file ?
- Specular-Pass.exr
- Refelction-Pass.exr
- etc.
- etc.
And that should be faster ?
It is faster if you don't need all passes at the same time due to the bad way in which exrs are saving their layer data (EXR 2.0 improved this but Fusion doesn't support that format).
It's not faster to set it up (there are helper scripts though) and it's not faster if you want to exchange the rendering (new version, different rendered element and such things) but you can use Fusion's Loader/Saver search & replace script.
This is certainly a major thing that Fusion could and should improve in the future and I wish it had already been done for Fusion 7.... But it's a major undertaking because passing multiple layers through the comp affects almost everything in the way Fusion caches, renders and handles data as well as its GUI.
But since it's an INSTANCE, it should pull and handle only one .exr file instead of loading all the time a new .exr file for each render pass. And that "INSTANCE" function doesn't work ?
If a tool is instanced it means that it shares all of its slider values with another tool automatically. It doesn't mean that it shares the image data it gets passed.