Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-08 Thread Nenad Vujicic
Dear Dave, Thank you very much for the patch's link. I've just tried it with v3.98.1 release sources and after I made very small change in it, SpaceNavigator started working perfectly! Patch referenced NeedsAnalog (vtkVRSpaceNavigatorGrabWorldStyle.cxx Ln 55) and AnalogName properties

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-04 Thread David Lonie
I just remembered this patch where Cory had rewritten the GrabWorld style for the space navigator: http://review.source.kitware.com/#/c/8374/ Nenad: If you get a chance to try it, please let us know (better yet, make an account on the review board and leave feedback there, if you have time.

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-03 Thread David Lonie
On Wed, Apr 3, 2013 at 7:58 AM, Nenad Vujicic nena...@gmail.com wrote: Dear Dave, Thank you for your ideas. Unfortunately, there are no errors / warnings emitted during startup or while running ParaView. Also, I tried several times with restarting ParaView and always checked if listening is

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-03 Thread Aashish Chaudhary
One another possibility could be is that SN does not really offer tracker and we are expecting tracker data so the code somewhere is broke. Can you create a new interactor style and just listen for buttons and analogs? On Wed, Apr 3, 2013 at 8:38 AM, David Lonie david.lo...@kitware.com wrote:

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-03 Thread Nenad Vujicic
Dear Dave, Aashish, Thank you very much for your help! I put logging calls to routines of above 2 classes (vtkVRGrabWorldStyle and pqVRPNConnection) and I started catching messages on both places. Now, looks like the problem is that current interaction styles don't like my device (most likely

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread David Lonie
On Mon, Apr 1, 2013 at 3:35 PM, Nenad Vujicic nena...@gmail.com wrote: Hello everyone! I'm trying to make my Space Navigator working in ParaView v3.98.1 on my Windows 8 machine. I built sources without problems (using VS2012, with qt 4.8.4, python 2.7.3, boost 1.53.0, OpenMPI 1.6.2, VRPN

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread Aashish Chaudhary
Also, This does not look right: Style class=vtkVRGrabWorldStyle proxy=2125 property=Visibility Can you try current master of ParaView and re-create the interactions config? It should not allow you to select visibility with grab world style. - Aashish On Tue, Apr 2, 2013 at 10:01 AM, David

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread Nenad Vujicic
Dear Dave, Aashish, Thank you very much for your responses. I'm sorry, I tried dummy buttons with both v3.98.1 and current master ParaView sources, but they didn't help me. Also, I'm still able to select visibility with grab world style from ParaView's UI (in master sources). Btw, my 3d mouse

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread David Lonie
On Tue, Apr 2, 2013 at 12:39 PM, Nenad Vujicic nena...@gmail.com wrote: Dear Dave, Aashish, Thank you very much for your responses. I'm sorry, I tried dummy buttons with both v3.98.1 and current master ParaView sources, but they didn't help me. Also, I'm still able to select visibility with

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread Nenad Vujicic
Dear Dave, It doesn't happen anything, like I didn't touch my 3d mouse. Btw, here is what is outputted on standard output when I execute 'vrpn_print_devices device0@localhost': on left button pressed: Button device0@localhost, number 1 was just pressed Button device0@localhost, number 1 was

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread David Lonie
On Tue, Apr 2, 2013 at 12:52 PM, Nenad Vujicic nena...@gmail.com wrote: Dear Dave, It doesn't happen anything, like I didn't touch my 3d mouse. Btw, here is what is outputted on standard output when I execute 'vrpn_print_devices device0@localhost': on left button pressed: Button

[Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-01 Thread Nenad Vujicic
Hello everyone! I'm trying to make my Space Navigator working in ParaView v3.98.1 on my Windows 8 machine. I built sources without problems (using VS2012, with qt 4.8.4, python 2.7.3, boost 1.53.0, OpenMPI 1.6.2, VRPN 07_30 - all rebuilt in x64 mode) with turned on PARAVIEW_USE_VRPN and