[Paraview] Image Resample: Extent bug

2010-05-06 Thread Jérôme
Hi, I am back with this extent bug. Reminder: a filter that produces output with larger extent than input has a weird behaviour. I attached a ServerManager XML that describes the vtkImageResample filter. With this filter, you can choose an output spacing smaller than the input, inducing an

[Paraview] Pointless bug: Background colour resets to default

2010-05-06 Thread Jérôme
Hi, I submitted a tiny bug few weeks ago: http://public.kitware.com/Bug/view.php?id=10445 I wonder if someone could reproduce it. I do with WinXP and Linux Fedora, git development version. Thanks a lot Jerome ___ Powered by www.kitware.com Visit

Re: [Paraview] big delays in parallel

2010-05-06 Thread Paul Edwards
I've tried attaching a debugger and it seems to be waiting for communications on the socket whenever I stop it. I can only assume it is an issue with the MPI setup on the system I am using. When I launch on the main cluster and connect I do not experience this problem. Regards, Paul On 5 May

[Paraview] Fwd: Customizing ParaView

2010-05-06 Thread 沈恩亚
Hello, I tried to translate ParaView into Chinese. When dealing with xml in paraview, I found it is so hard to translate some parts, like property in Object Inspector in ParaView, into Chinese. I have tried to change the encoding xml has used, like replace Utf-8 with Unicode,but the result is

[Paraview] Python scripting with native OpenFOAM reader for ParaView 3.6.2

2010-05-06 Thread Tom Fahner
Dear all, Recently I was encouraged by a colleague to use the Native OpenFOAM reader for ParaView, which was created by Takuya Oshima. I really appreciate the reader since it loads my data faster and uses less memory than the standard OpenFOAM reader and it works faster than using the OpenFOAM

[Paraview] arguments

2010-05-06 Thread Jérôme Plumecoq
Hi ! I'm new two ParaView and I have one question : I would like to launch a script shell directly from a button (whitout opening the script shell). So I have implemented a plugin which adds a new menu (*), and hence I can launch a python script using pqPythonManager and runScript() from

Re: [Paraview] arguments

2010-05-06 Thread Utkarsh Ayachit
You can use the --script option. --script=opt Set a python script to be evaluated on startup. e.g. ./paraview --script=/tmp/foo.py Utkarsh 2010/5/6 Jérôme Plumecoq jerome.plume...@c-s.fr: Hi ! I'm new two ParaView and I have one question : I would like to launch a script shell

Re: [Paraview] arguments

2010-05-06 Thread Eric E. Monson
I think he meant that he wants to pass arguments to the script when he launches it (the script), not run a script when he launches paraview from the command line. -Eric On May 6, 2010, at 9:32 AM, Utkarsh Ayachit wrote: You can use the --script option. --script=opt Set a python

Re: [Paraview] arguments

2010-05-06 Thread pat marion
To pass command options to the script, then you could set your arguments in sys.argv before calling the script. import sys sys.argv = ['script.py', 'arg1', 'arg2'] execfile('script.py') Pat On Thu, May 6, 2010 at 9:36 AM, Eric E. Monson emon...@cs.duke.edu wrote: I think he meant that he

Re: [Paraview] arguments

2010-05-06 Thread Eric E. Monson
Hey Jérôme, I don't know if this will be helpful to you, but I wrote a plugin (a long time ago, using an older API) that added a toolbar button which popped up a dialog and then ran a python script. The solution I used was to do a search-and-replace on the python script string to put values

Re: [Paraview] arguments

2010-05-06 Thread Jérôme Plumecoq
Yes, indeed, I want to pass arguments to the python script, not run a script when launching paraview. Le 06/05/2010 15:38, pat marion a crit: To pass command options to the script, then you could set your arguments in sys.argv before calling the script. import sys sys.argv = ['script.py',

[Paraview] Dashboard Site OS Update

2010-05-06 Thread Kevin H. Hobbs
The operating system on the dashboard site bubbles.hooperlab has been updated from Fedora 11 to Fedora 12 and the build name has been changed accordingly. signature.asc Description: OpenPGP digital signature ___ Powered by www.kitware.com Visit other

Re: [Paraview] arguments

2010-05-06 Thread pat marion
Use pqPythonDialog::runString(const QString script). Calling pqPythonDialog::runString(execfile('script.py')) is the same as calling pqPythonDialog::runScript(QStringList(script.py)). Pat 2010/5/6 Jérôme Plumecoq jerome.plume...@c-s.fr Yes, indeed, I want to pass arguments to the python

Re: [Paraview] Dashboard Site OS Update

2010-05-06 Thread Dave Partyka
Okay I'll repromote them. Thanks! On Thu, May 6, 2010 at 10:06 AM, Kevin H. Hobbs hob...@ohiou.edu wrote: The operating system on the dashboard site bubbles.hooperlab has been updated from Fedora 11 to Fedora 12 and the build name has been changed accordingly.

Re: [Paraview] arguments

2010-05-06 Thread Jérôme Plumecoq
Le 06/05/2010 16:01, Eric E. Monson a crit: Hey Jrme, I don't know if this will be helpful to you, but I wrote a plugin (a long time ago, using an older API) that added a toolbar button which popped up a dialog and then ran a python script. Yes it's exactly what I would like to do

Re: [Paraview] Paraview: python script from the command line

2010-05-06 Thread Robert Maynard
I have updated the bug with my testing. I was unable to reproduce on Windows 7 64bit and Linuxwith 3.8.0RC1 and Git Head. Tested reverse connection as both manual and command startup. Can you confirm that the reverse server setting is saved in one of the pvsc files

Re: [Paraview] arguments

2010-05-06 Thread Jérôme Plumecoq
It works fine ! :-) Thank you very much ! Jrme Le 06/05/2010 16:09, pat marion a crit: Use pqPythonDialog::runString(const QString script). Calling pqPythonDialog::runString("execfile('script.py')") is the same as calling pqPythonDialog::runScript(QStringList("script.py")). Pat

Re: [Paraview] Manta source code repository?

2010-05-06 Thread David E DeMarle
Manta's home page is: http://mantawiki.sci.utah.edu/manta/index.php/Main_Page Following the build instructions link there will instruct you to check out the source like so: svn co https://code.sci.utah.edu/svn/Manta/trunk Manta David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive

Re: [Paraview] Manta source code repository?

2010-05-06 Thread Favre Jean
- Jean M. Favre Scientific Computing Research Swiss National Supercomputing Center CH-6928 Manno Switzerland From: David E DeMarle [dave.dema...@kitware.com] Sent: Thursday, May 06, 2010 5:18 PM To: Favre Jean Cc: ParaView Subject: Re:

[Paraview] Active stereo cave

2010-05-06 Thread Lars Bilke
Hello, I try to use ParaView on a stereo (active shutter glasses) cave. I compiled PV 3.8.0-RC2 with MPI support on Linux. For testing I use only 1 pc connected to one 1 beamer of the cave. Stereo display is working in general (I tested it on that machine with glxgears -stereo and also the

Re: [Paraview] Paraview: python script from the command line

2010-05-06 Thread Rick Angelini
I've done some testing, and I agree that it does appear to be working correctly with 3.8.0RC1 and with a recent build of 3.9.0. I tested with --state= and --script= and both are behaving correctly. I'd say that this ticket can be closed. Robert Maynard wrote: I have updated the bug with

Re: [Paraview] Python - Dialogs

2010-05-06 Thread pat marion
In paraview 3.8 you can use this in the python console: var = raw_input(Enter something: ) print you entered , var It's not as pretty as a QMessageBox, but it works. In fact, it would be trivial to change the c++ code to make a QMessageBox appear instead of a QLineEdit appear. Pat On Thu, May

Re: [Paraview] Compiling Paraview On Win Python.h

2010-05-06 Thread Utkarsh Ayachit
Did you turn on PARAVIEW_ENABLE_PYTHON cmake flag? If so, then you'd need python. Utkarsh On Thu, May 6, 2010 at 2:31 PM, A M ars...@uga.edu wrote: Hi I have an issue that I am not sure how to solve, I was wondering if someone could help me please: I am trying to compile Paraview on

Re: [Paraview] Compile Error on Fresh ParaView-3-8 checkout on OS X

2010-05-06 Thread Dave Partyka
Yes Please make a bug. I want to make some tweaks to it and should be able to merge it in the next few days. On Thu, May 6, 2010 at 3:26 PM, Eric E. Monson emon...@cs.duke.edu wrote: Hey Dave, Mike's patch worked well for me, too. Would you be able to get this into the git head? It's really

Re: [Paraview] node ordering mismatch when saving vtu as exodus and vice versa

2010-05-06 Thread Fabian, Nathan
I just tried opening the file and saved as a .e file and then opened the .e and did not notice any difference. What version of paraview is this happening? Thanks, Nathan. On 5/6/10 10:59 AM, Scott, W Alan wasc...@sandia.gov wrote: Please write this up as a bug in the ParaView bug tracker.