<br><br>On Saturday, August 14, 2021, Phyllis Smith via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small" class="gmail_default">Andrew, in randrik15, I think this patch is inconsistent.  Could you recheck?<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br></div><div>then 0042 - should be simple in that it adds exr sequence as format for background render</div></blockquote><div><span class="gmail_default" style="font-size:small">That is:  </span> 0042-Add-openEXR-format-for-<wbr>background-render.patch</div><div>@@ -92,7 +92,10 @@ void FormatPopup::create_objects()<br>        if(!use_brender)<br>                post_item(FILE_TIFF);<br>        post_item(FILE_TIFF_LIST);<br>-<br>+#ifdef HAVE_OPENEXR<br><b>+       if(use_brender)<span class="gmail_default" style="font-size:small">              */ should this not be:   if (!use_brender) like the ones above?  */</span></b><br>+       post_item(FILE_EXR_LIST);<br>+#endif<br>        update(&format_items, 0, 0, 1);<br> }<br></div></div></div></blockquote><div><br></div><div><br></div><div>I think you can modify it like example above - just it worked for me in this form - but I have not tried to render individual (single) exrs</div>