<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-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>