<div dir="ltr">Try that:<div><br></div><div>vtkSMProxyManager::GetProxyManager()->GetActiveSession()<br><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 6, 2015 at 2:50 AM, houssen <span dir="ltr"><<a href="mailto:houssen@ipgp.fr" target="_blank">houssen@ipgp.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
In ParaView, from an exporter plugin, how can I get the active session ? (= session associated to the plugin in order later on to scan over vtkSMProxy)<br>
<br>
Following some code samples found in /ParaViewCore/ClientServerCore/Rendering, I tried to do :<br>
vtkProcessModule * pProcMgr = vtkProcessModule::GetProcessModule ();<br>
vtkSMSession * pSession = ( pProcMgr ) ? vtkSMSession::SafeDownCast ( pProcMgr -> GetActiveSession () ) : NULL;<br>
I get pProcMgr != NULL but pSession = NULL<br>
<br>
Franck<br>
<br>
PS : I run Ubuntu-14.04 and use ParaView-4.3.1 (built from source).<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br></div>