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

2010-03-23 Thread Utkarsh Ayachit
I've added a new --script option to specify python script to be run on startup. Utkarsh On Fri, Mar 19, 2010 at 3:49 PM, Utkarsh Ayachit wrote: > That's a reasonable request. We don't have such an option currently. > Let me see if I can add it before 3.8. > > Utkarsh > > On Fri, Mar 19, 2010 at

Re: [Paraview] ParaView 3.8 Branch Comming Soon

2010-03-23 Thread Dave Partyka
Greetings Everyone, The VTK and ParaView's repositories are now locked for final fixes to get the dashboard green. If there are any fixes/patches that need to be made before we create the 3.8 branch (on Friday March 26) please email them to the list. Thanks! On Thu, Mar 18, 2010 at 3:37 PM, Dave

[Paraview] Loading data files in Python

2010-03-23 Thread Utkarsh Ayachit
Folks, I've just committed changes to paraview.simple to use the same logic that ParaView GUI uses to load a data file using an extension. This will be included in ParaView 3.8. http://www.paraview.org/Wiki/ParaView/Python_Scripting#Loading_Data_Files Example: ---

Re: [Paraview] Data set comparison

2010-03-23 Thread Berk Geveci
This is because the EnSight reader produces a multi-block dataset. Try applying Merge Blocks filter first. -berk On Mon, Mar 22, 2010 at 1:12 PM, wrote: > Hi all, > Im trying to compare two data sets in Ensight .case format. > > I found only this thread referring to data set comparison: > http:

Re: [Paraview] Paraview 3.6.x connection definition files

2010-03-23 Thread Utkarsh Ayachit
Ah, ok. I've committed a fix. /cvsroot/ParaView3/ParaView3/Qt/Components/pqSimpleServerStartup.cxx,v <-- Qt/Components/pqSimpleServerStartup.cxx new revision: 1.37; previous revision: 1.36 Utkarsh On Tue, Mar 23, 2010 at 2:59 PM, Rick Angelini wrote: > I'm concerned that this is not a unique

Re: [Paraview] python support to open ComparativeView ?

2010-03-23 Thread Utkarsh Ayachit
I've added CreateComparativeRenderView() etc. to simple.py and it gets traced as well. However it's going to be a bit of work to get comparative views working well with tracing since they use some wacky proxies. I've added a feature request for that: http://paraview.org/Bug/view.php?id=10450 How

Re: [Paraview] python support to open ComparativeView ?

2010-03-23 Thread Utkarsh Ayachit
Your timing couldn't be more perfect :), I just realized this a while ago and was working on it. Utkarsh On Tue, Mar 23, 2010 at 2:56 PM, Favre Jean wrote: > Hi all > > How does one go about creating a ComparativeView multi-viewport in a python > script? > > I tried the trace thing, but it onl

Re: [Paraview] Paraview 3.6.x connection definition files

2010-03-23 Thread Rick Angelini
I'm concerned that this is not a unique identifier. For a variety of reasons, we have to do a lot of reverse connections, SSH tunnels, etc, and ALL of my connection definition files use a resource of "csrc%3A\127.0.0.1" Utkarsh Ayachit wrote: FYI, I also fixed the typo in the name

[Paraview] python support to open ComparativeView ?

2010-03-23 Thread Favre Jean
Hi all How does one go about creating a ComparativeView multi-viewport in a python script? I tried the trace thing, but it only gave me an incomplete description, and then it failed, when reloading, on the keywords ComparativeRenderView2.Cues = [] I have found in simple.py the definitions for

Re: [Paraview] Paraview 3.6.x connection definition files

2010-03-23 Thread Utkarsh Ayachit
FYI, I also fixed the typo in the name SERVER_STARUP is now called SERVER_STARTUP. Utkarsh On Tue, Mar 23, 2010 at 2:33 PM, Utkarsh Ayachit wrote: > That should still work just fine -- Qt ensures that the "key" is > transformed to a valid format before putting it in the file.  Is it > not worki

Re: [Paraview] Paraview 3.6.x connection definition files

2010-03-23 Thread Utkarsh Ayachit
That should still work just fine -- Qt ensures that the "key" is transformed to a valid format before putting it in the file. Is it not working for you or are you just skeptical that those funny looking keys may not work? Utkarsh On Tue, Mar 23, 2010 at 12:44 PM, Rick Angelini wrote: > I'm thin

Re: [Paraview] Pruned output for extract block

2010-03-23 Thread Utkarsh Ayachit
FYI, this change has been committed. There's now a new ivar -- MaintainStructure. /cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml new revision: 1.388; previous revision: 1.387 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtk

Re: [Paraview] Paraview 3.6.x connection definition files

2010-03-23 Thread Rick Angelini
I'm thinking that this change is *almost* correct, but maybe not quite? It looks like you appended the server resource string rather than the server name?I'm not sure that the resource string works well in this instance csrc%3A\127.0.0.1.PROJECTNUM=XYZ123ABC csrc%3A\127.0.0.1.PV_CONNE

Re: [Paraview] Input Editor - Cramped Input Port Selection

2010-03-23 Thread Utkarsh Ayachit
Jerome, That should be fixed now. /cvsroot/ParaView3/ParaView3/Qt/Components/pqChangeInputDialog.cxx,v <-- Qt/Components/pqChangeInputDialog.cxx new revision: 1.4; previous revision: 1.3 Utkarsh On Fri, Mar 19, 2010 at 10:51 PM, Utkarsh Ayachit wrote: > Oh isn't it already? Looks like there's