<div dir="ltr"><div>I have always found it safest when switching rendering backends to have separate build trees.  The wrappers will get confused otherwise.  Even make clean doesn't really help with this.<br><br></div>Shawn<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 9:32 AM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Tue, Apr 7, 2015 at 2:22 PM, Windes, Grant <span dir="ltr"><<a href="mailto:Grant.Windes@smith-nephew.com" target="_blank">Grant.Windes@smith-nephew.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:11pt">Oddly, I had enabled the rendering_backend to opengl2 but I reverted that back to opengl. Not sure why it still caused it to not build the textureMapper3D.
 Is there a way to see which rendering engine is actually being used via python?</span></p></div></div></blockquote><div><br></div></span><div>I've noticed something similar regarding modules and the wrapping code. The wrappers don't always seem to update when modules are enabled/disabled between incremental builds. For instance, I have a branch that removes the vtkRenderingFreeTypeOpenGL module here:</div><div><br></div><div><a href="https://gitlab.kitware.com/paraview/paraview/merge_requests/1" target="_blank">https://gitlab.kitware.com/paraview/paraview/merge_requests/1</a><br></div><div><br></div><div>and it's spawning a lot of errors like:</div><div><br></div><div><a href="https://open.cdash.org/testDetails.php?test=320681415&build=3756410" target="_blank">https://open.cdash.org/testDetails.php?test=320681415&build=3756410</a></div><div><br></div><div>Even though the module is disabled (removed, actually), the wrapper initialization still tries to load it. Looks like some of the init scripts are missing dependencies?</div><div><br></div><div>Might be related to switching between the OpenGL backend modules.</div><div><br></div><div>Dave</div></div></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>