[Paraview] Issue following data when scaled

2017-03-10 Thread JAIRAJ MATHUR
Dear all The camera can perfectly follow data when I add it, but when I scale the axis by 10 times in x and y directions(by using the transforming options in display), the camera is unable to follow data. It seems that it still thinks the data is where it was originally. Am I missing a step after

Re: [Paraview] Field value question from a user

2017-03-10 Thread Scott, W Alan
Thanks. I passed this on to my user. If necessary, I will poke either Jeff or Kitware. Alan On 3/10/17, 6:02 PM, "Moreland, Kenneth" wrote: Alan, So in summary, yes it is possible to do this with the programmable filter. What you do is check the time to see if it equals the tar

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-10 Thread Rodnei Couto
My version was downloaded from the official site ParaView-5.3.0-RC3-Qt5-OpenGL2-MPI-Linux-64bit Cheers, -- Rodnei Couto | (55 21) 98749-9885 On Fri, Mar 10, 2017 at 6:36 PM, Scott Wittenburg < scott.wittenb...@kitware.com> wrote: > What version of ParaView are you using? One you built yourse

Re: [Paraview] Crash occurs after clicking "File" then "Open"

2017-03-10 Thread Utkarsh Ayachit
Do you have Dell Backup and Recovery (DBaR) tools installed on your system? If so, the crash may be related to an issue with DBaR at Qt 5. You may need to update DBaR to the latest version. See [1] for details. [1] http://en.community.dell.com/support-forums/software-os/f/3526/t/19634253 On Fri

Re: [Paraview] Field value question from a user

2017-03-10 Thread Moreland, Kenneth
Alan, So in summary, yes it is possible to do this with the programmable filter. What you do is check the time to see if it equals the target time step. If so, save the array from the desired field in a global variable. Then on other time steps do the difference. You may have noticed I'm not

Re: [Paraview] Issues with OpenGL2 support for off-screen Mesa

2017-03-10 Thread Yvan Fournier
Hello, I made some progress using OpenGL2 for offs-screen Mesa on a Debian 8-based system: I don't need to compile my code or ParaView in static: compiling everything with dyanmic libraries works, as long as I link everything together instead of loading a plugin (consisting of some Code_Saturne l

[Paraview] Crash occurs after clicking "File" then "Open"

2017-03-10 Thread Roman Kowch
Hi, I've compiled Paraview from source, v. 5.3.0 RC3 using Qt5 for the GUI. The application however crashes on one of my computers when I simply click "File" then "Open." It seems that the crash happens when it needs to bring up the dialog for selecting a file. It also happens if I do these menu c

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-10 Thread Scott Wittenburg
What version of ParaView are you using? One you built yourself (if so, how old), or a release binary? On Fri, Mar 10, 2017 at 2:31 PM, Rodnei Couto wrote: > Hi, > > Thanks for the answer. > > I completely removed the twisted from my machine and the error continue. > In fact the error occurred

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-10 Thread Rodnei Couto
Hi, Thanks for the answer. I completely removed the twisted from my machine and the error continue. In fact the error occurred before his installation. I installed twitted to try to solve it Any other ideas? Cheers, -- Rodnei Couto | (55 21) 98749-9885 On Fri, Mar 10, 2017 at 4:55 PM, Scott

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-10 Thread Scott Wittenburg
Did you try to set up your own version of twisted in your system python? When you illustrated how twisted was properly set up, you did it with "python", but your start script runs pvpython. I wonder if maybe your system python twisted is conflicting (or overriding) with the one provided by pvpytho

[Paraview] ParaView Web - module twisted.internet error

2017-03-10 Thread Rodnei Couto
I set up my environment as indicated in http://kitware.github.io/ paraviewweb/docs/ubuntu_14_04.html My operational system is Ubuntu 64 14_04 LTS. When I try to run my start.sh, I get an error: pvw-user@cole:/local/pvw-user$ Traceback (most recent call last): File "/local/pvw-user/data/pv/pv-

Re: [Paraview] Field value question from a user

2017-03-10 Thread Utkarsh Ayachit
> You could declare > a global variable, but are you guaranteed to get the same interpreter > instance each call? That’s a question for Utkarsh. Yes, you are. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware

Re: [Paraview] Field value question from a user

2017-03-10 Thread Moreland, Kenneth
This is complex but can be done with the time support in VTK’s pipeline. However, it requires the filter to hold state from one call of RequestData to the next. This is simple enough in C++, but I’m not sure how you do it in the Python interpreter (used by the programmable filter). You could dec

[Paraview] Field value question from a user

2017-03-10 Thread Scott, W Alan
Greetings, Is there a way with the calculator or something similar in paraview to grab the field value at a particular time step, so that I could then subtract it off of the time varying field? Thanks, Alan ___ Powered by www.kitware.com Visit

Re: [Paraview] Cannot generate Python state when tracing is active ...

2017-03-10 Thread u . utku . turuncoglu
Hi, Thanks for your help. I opened issue about that https://gitlab.kitware.com/paraview/paraview/issues/17270 I think that the tracing error is triggered by another one. Please see issue for detailed information. Regards, --ufuk > That's odd, that sounds like a bug. What does you pipeline loo

Re: [Paraview] Python 3

2017-03-10 Thread Rustem Khabetdinov
Thank you. On 10 Mar 2017 19:45, "Utkarsh Ayachit" wrote: Python 3 is supported with 5.3 (except for ParaViewWeb components). We have dashboards testing it too. There still may be some leftovers, so please report if you catch anything that we missed. Utkarsh On Fri, Mar 10, 2017 at 11:43 AM, R

Re: [Paraview] Python 3

2017-03-10 Thread Utkarsh Ayachit
Python 3 is supported with 5.3 (except for ParaViewWeb components). We have dashboards testing it too. There still may be some leftovers, so please report if you catch anything that we missed. Utkarsh On Fri, Mar 10, 2017 at 11:43 AM, Rustem Khabetdinov wrote: > Hello, > Is there any exact date

[Paraview] Python 3

2017-03-10 Thread Rustem Khabetdinov
Hello, Is there any exact date when python 3 will be supported? It seems like it's been almost 3 months since there was last update: https://gitlab.kitware.com/paraview/paraview/issues/16818 Best Regards, Rustem ___ Powered by www.kitware.com Visit othe

Re: [Paraview] Cannot generate Python state when tracing is active ...

2017-03-10 Thread Utkarsh Ayachit
That's odd, that sounds like a bug. What does you pipeline look like? To you can steps that I can use to reproduce this issue? If so, it would be great if you report an issue on the issue tracker here: https://gitlab.kitware.com/paraview/paraview/issues Utkarsh On Thu, Mar 9, 2017 at 11:52 PM,