<div dir="ltr">Hi All, <div><br></div><div>I just compiled VTK 8.1.1 with OpenVR 1.0.15 and python wrapping (windows 64bit - python 3.6)</div><div><br></div><div>When I import vtk module in a python interpreter, I do not have access to these functions : </div><div>- vtk.vtkOpenVRRenderer()</div><div><div>- vtk.vtkOpenVRRenderWindow()</div><div>- vtk.vtkOpenVRRenderWindowInteractor()</div><div>- vtk.vtkOpenVRCustomInteractorStyle()</div></div><div><br></div><div>The only available function is : vtkRenderingOpenVRObjectFactory.</div><div>Below, this is what I obtain after a "dir"</div><div><br></div><div><div>In [5]: import vtk.vtkRenderingOpenVRPython as vr</div><div><br></div><div>In [6]: dir(vr)</div><div>Out[6]:</div><div>['__doc__',</div><div> '__file__',</div><div> '__loader__',</div><div> '__name__',</div><div> '__package__',</div><div> '__spec__',</div><div> 'vtkRenderingOpenVRObjectFactory']</div></div><div><br></div><div>Is it normal? Did I forget something during compilation step?  What did I do wrong? How can I get these functions?</div><div><br></div><div>

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Thanks in advance for any suggestion</span>

</div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Serge K.</span></div><div><br></div></div>