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