Using Deepexr from .ass files

Using Deepexr from .ass files

michael.wahrman
Contributor Contributor
353 Views
2 Replies
Message 1 of 3

Using Deepexr from .ass files

michael.wahrman
Contributor
Contributor

Dear Forum, At the OpenEXR Town Meeting, it was mentioned that they were looking for images they could use for a variety of metrics, and furthermore "deep" images were particularly desired.  I have about 500 images with Arnold that might work for them, but I would like to rerender them with DEEPEXR or whatever it is called.  I do not use a front end to Arnold, I use Ass files.  Does anyone know how to turn on Deep Exr from .ass?

 

Thank you, very much!

MW

0 Likes
354 Views
2 Replies
Replies (2)
Message 2 of 3

Stephen.Blair
Community Manager
Community Manager

You have to use a deepexr driver

options
{
 AA_samples 3
 AA_seed 90
 outputs "RGBA RGBA defaultArnoldFilter/gaussian_filter defaultArnoldDriver/driver_deepexr.RGBA"
 xres 960
 yres 540
 texture_per_file_stats on
 texture_searchpath "C:/Users/blairs/OneDrive - Autodesk/Documents/maya/projects/default/sourceimages"
 texture_automip off
 texture_use_existing_tx off
 texture_auto_generate_tx off
 camera "/persp/perspShape"
 color_manager "defaultColorMgtGlobals"
 meters_per_unit 0.00999999978
 frame 90
 procedural_searchpath "C:/Users/blairs/OneDrive - Autodesk/Documents/maya/projects/default/"
 GI_diffuse_depth 1
 GI_specular_depth 1
 GI_transmission_depth 8
 declare render_layer constant STRING
 render_layer "defaultRenderLayer"
}

gaussian_filter
{
 name defaultArnoldFilter/gaussian_filter
}

driver_deepexr
{
 name defaultArnoldDriver/driver_deepexr.RGBA
 input "defaultArnoldDenoiser"
 filename "C:/Users/blairs/OneDrive - Autodesk/Documents/maya/projects/default/images/untitled.exr"
 layer_tolerance -1.41856296e-27
 layer_enable_filtering 1
 layer_half_precision 0
}


// Stephen Blair
// Arnold Renderer Support
Message 3 of 3

michael.wahrman
Contributor
Contributor
Thank you, this is great. It is very clear to me that I only know a small part of what .ass and arnold can do.,
0 Likes