<div dir="ltr">On Tue, Jun 26, 2018 at 4:42 PM Stefan Werner <<a href="mailto:stewreo@gmail.com">stewreo@gmail.com</a>> wrote:<br><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">
Also, I recently ‘discovered’ that a VDB file can happily store several grids with the same name. Be careful when referring to grid by their name instead of their index. The name iterator of OpenVDB will append numbers to the names, but if you query a grid’s name directly, those numbers are omitted!<br></blockquote><div><br></div><div>If I remember correctly this can happen when writing clustered grids from Houdini?<br></div><a href="http://www.sidefx.com/docs/houdini/pyro/clustering.html">http://www.sidefx.com/docs/houdini/pyro/clustering.html</a> <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">The correct way to interpret those would be to merge grids with the same name, or at least render them as if they were merged. I wouldn't expect us to support this immediately though, it's a bit of an advanced case which can be worked around by the user. There's also things like perspective grids for camera adaptive resolution, but we should also ignore that for now.<br></div><div class="gmail_quote"><br></div></div>