--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




I've attached an example Outputs node set up as Daniel described. We should standardise this so it's available in the regular output definitions, but currently I think there are a few differences between each of the renderer backends in this area. In the meantime you could use a config file to define outputs exactly as you want them, following startup/gui/outputs.py as an example...Cheers...John
On 17 July 2018 at 07:44, Daniel Dresser <dres...@gmail.com> wrote:
I don't currently have an Arnold install for Gaffer on my home box, but this is definitely possible. We may not have nicely wrapped this up as a menu for public Gaffer ( the way we set up render passes at IE is tied into asset management, and is a bit different ), but it looks like if you just add a custom string parameter to your output, and set it to the suffix of one of the Arnold filters, ( ie. "blackman_harris" to pick blackman_harris_filter ), that should work.Similiarly a custom parameter named "filterwidth" on the output will set the width parameter on the filter.Doesn't appear to have been properly documented though - we should fix that, and ideally add some UI for it too.-Daniel
On Monday, July 16, 2018 at 12:01:09 PM UTC-7, Brian Meanley wrote:Is it possible to specify the Arnold filter node that gets used for registered Gaffer outputs?So far we've gotten by specifying our outputs by following the example in startup/gui/outputs.py; however, if I'm not mistaken, filters are always created as a gaussian_filter. Can this be modified/overriden per output?Thanks!-Brian
--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+...@googlegroups.com.
--studio: +1 (604) 874-5634 | jo...@image-engine.com | www.image-engine.comJohn Haddon - R&D ProgrammerImage Engine
15 West 5th Avenue, Vancouver, BC, V5Y 1H4, Canada
If you are not the intended recipient, disclosure, copying, distribution and use of this email is prohibited. Please notify us immediately and delete this email from your systems. You may contact us at in...@image-engine.com if you do not wish to receive further commercial electronic messages. We may still send you messages for which we do not require consent.
--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+...@googlegroups.com.
For setting layer names, if you add a custom preserve_layer_name bool parameter set to true to your output, then Arnold will automatically take the data name as a layer name for aovs
We have a fairly high priority internal ticket to support writing multiple layers to the same EXR in the Arnold backend, this should get done at the same time.
First off, I think you're right about it currently needing "filterfilter_weights". I think when it was written, the only parameter we were really thinking of was the "width" parameter on the filter, so calling it "filterwidth" made sense, and we just stripped the filter prefix. This has allowed for some forward compatibility with the newly added filter_weights parameter, but yeah, the naming isn't making much sense here.