Re: [Paraview] location of python plugin macro

2010-06-10 Thread pat marion
Hi Matt, this patch should do it- --- a/Qt/Python/pqPythonDialog.cxx +++ b/Qt/Python/pqPythonDialog.cxx @@ -163,8 +163,8 @@ void pqPythonDialog::runScript(const QStringList& files) QFile file(files[i]); if(file.open(QIODevice::ReadOnly)) { - this->Implementation->Ui.shellWidg

Re: [Paraview] Programmable Source & MultiBlockDataSet

2010-06-10 Thread Jérôme Plumecoq
Hello, I also would like to make a ProgrammableSource with a vtkMultiBlockDataSet as output type (*). It seems that the correction indicated below doesn't appear in the version 3.8.0 of ParaView. do you know in which version this change will be integrate ? does a patch exist ? thanks. Jérô

Re: [Paraview] Programmable Source & MultiBlockDataSet

2010-06-10 Thread Utkarsh Ayachit
Attached is the patch. It will be included in 3.8.1 release. Utkarsh 2010/6/10 Jérôme Plumecoq : > Hello, > > I also would like to make a ProgrammableSource with a vtkMultiBlockDataSet > as output type (*). It seems that the correction indicated below doesn't > appear in the version 3.8.0 of P

Re: [Paraview] The DISTDIR variable is expanded twice when installing PointSpriteDemo

2010-06-10 Thread Utkarsh Ayachit
Thanks for reporting this. It has been fixed on master and will be included in 3.8.1 release. http://paraview.org/Bug/view.php?id=10815 Utkarsh On Thu, Jun 3, 2010 at 2:53 AM, François Bissey wrote: > Hi again, > > I have the following in my log while preparing the gentoo package > for paravi

Re: [Paraview] Programmable Source & MultiBlockDataSet

2010-06-10 Thread Aurélien Marsan
great ! But I never used patches. How do we apply it ? 2010/6/10 Utkarsh Ayachit > Attached is the patch. > > It will be included in 3.8.1 release. > > Utkarsh > > > > 2010/6/10 Jérôme Plumecoq : > > Hello, > > > > I also would like to make a ProgrammableSource with a > vtkMultiBlockDataSet > >

Re: [Paraview] Programmable Source & MultiBlockDataSet

2010-06-10 Thread Aurélien Marsan
I found it. In the source, before compiling. ... Le 10 juin 2010 18:03, Aurélien Marsan a écrit : > great ! > But I never used patches. How do we apply it ? > > > 2010/6/10 Utkarsh Ayachit > >> Attached is the patch. >> >> It will be included in 3.8.1 release. >> >> Utkarsh >> >> >> >> 2010/

Re: [Paraview] Fail to build pqApplicationComponents in ParaView3.8.0 on Windows764bit MSVC2010

2010-06-10 Thread Dr. X
Hi Robert, I just explicitly did what you suggested: running CMake as administrator. It does not help. I was logging in with an administrator level account when I was running CMake. Any other suggestions? It seems pqApplicationComponents project misses a couple of .ui files, i.e. pyLinksManager

[Paraview] Fwd: Parallel Projection and zoom

2010-06-10 Thread bastil2...@yahoo.de
Dear all, I am very happy that 3.8.0 now has the option to save/load view. Very helpful. However when using parallel projection the parameter to control zooming is: * Not shown in the Adjust Camera GUI * Not saved with the views The only way I have so far is to query it from Python: >>>

Re: [Paraview] Fwd: Parallel Projection and zoom

2010-06-10 Thread pat marion
>> I can do view.CameraParallelScale=1 and the value is changed but the view is not Is it possible you just need to call Render() to update the view? It works for me from python, if I enable parallel projection and adjust the scale- view.CameraParallelProjection = 1 view.CameraParallelScale

Re: [Paraview] The DISTDIR variable is expanded twice when installing PointSpriteDemo

2010-06-10 Thread François Bissey
> Thanks for reporting this. It has been fixed on master and will be > included in 3.8.1 release. > > http://paraview.org/Bug/view.php?id=10815 > What about the double expansion of DESTDIR? The bug only mention respecting BUILD_EXAMPLES. Francois ___ P

Re: [Paraview] Parallel Projection and zoom

2010-06-10 Thread bastil2...@yahoo.de
Thanks Pat, that works. Honestly it is not my aim to use Python every time I want to change/query a zome factor. Would it be possible to: * add it to the GUI * Save it together with the views? Thanks. Bastian Am 10.06.2010 21:53, schrieb pat marion: > >> I can do view.CameraParallelSc

Re: [Paraview] location of python plugin macro

2010-06-10 Thread m . c . wilkins
Hi Pat, Very cool, thank you very much. Matt On Thu, Jun 10, 2010 at 09:31:23AM -0400, pat marion wrote: > Hi Matt, this patch should do it- > > --- a/Qt/Python/pqPythonDialog.cxx > +++ b/Qt/Python/pqPythonDialog.cxx > @@ -163,8 +163,8 @@ void pqPythonDialog::runScript(const QStringList& files