Re: [Paraview] Setting the colour/scale palete used for glyphs

2012-11-20 Thread Kit Chambers
Thanks David, ideally I'd like to have something in the plugin so that when the user applies the filter and the default display is the 2 color option for this object. Rather than them having to go through a series of clicks on the GUI inorder to get to the discrete color pallete. The field va

Re: [Paraview] Fwd: Particle tracer

2012-11-20 Thread Dan Lipsa
Leo, Thanks for the suggestion with the calculator filter. I was able to use it to increase the velocity and see the particles moving as they should (ParticleTracer). Just a small note here, I see an warning when I use the First Frame (0) button. The warning does not seem to have any ill effects ho

Re: [Paraview] Fwd: Particle tracer

2012-11-20 Thread Dan Lipsa
Andy, Thanks for your reply. For ParticleTracer there are 7 cells and 7 points which is correct. My problem was that the velocity was too small so the particles were moved a very small distance. Using a Calculator filter to increase the velocity (using Leo Liu suggestion) allowed me to see the part

Re: [Paraview] [Paraview-developers] (Ordered) Compositing question.

2012-11-20 Thread Biddiscombe, John A.
Utkarsh, Depth sort painter representation working ok But For my first simple implementation I'll use a D3 filter inside my other source so data is partitioned using the standard filters - and I can access the BSP cuts etc. Can I pass these cuts down the pipeline as some kind of attached

Re: [Paraview] Setting the colour/scale palete used for glyphs

2012-11-20 Thread Moreland, Kenneth
Under certain circumstances ParaView will treat a vector field as colors. Specifically, IF the field is of type unsigned char with 3 or 4 components AND IF the field is set as the scalars in the data set, then the values in that field will be treated directly as colors rather than interpolated in a

Re: [Paraview] Fwd: Particle tracer

2012-11-20 Thread Dan Lipsa
Leo, Thank you very much. That was the problem. I am also very happy to see that vtkParticleTracer, vtkParticlePathFilter and vtkStreaklineFilter now have tests in the nightly build (it was not the case for vtkTemporalPathLineFilter in VTK 5.10 release). Thank you very much for your answers and f

Re: [Paraview] help with a simple script?

2012-11-20 Thread Celia Bremer
Seb, Thank you. I'm still having problems. Here's what happens. If I tack this code on to the end of my script (I didn't make it a function, so just the last 3 lines with the proper indentation), Paraview crashes once it gets to the code. An OpenGL window pops up and nothing's there (it's black

Re: [Paraview] help with a simple script?

2012-11-20 Thread Sebastien Jourdain
Hi Celia, The weird thing is that you don't have any object in your layout. {('ViewLayout1', '2178'): >>>HERE<<< , ('ViewLayout1', '275'): >>>HERE<<< } This create the issue that you are seeing. Although, what you/we try to solve might not be the real issue. So I don't really know what is going

[Paraview] PointSprite Plugin on PV 3.98.0

2012-11-20 Thread Magician
Hi all, We're testing ParaView 3.98.0 for weeks and we found no PointSplite Plugin on this version. Where is it? Or we can't use it any longer? Magician ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.c

Re: [Paraview] PointSprite Plugin on PV 3.98.0

2012-11-20 Thread Utkarsh Ayachit
PointSprite plugin has issues when VisItBridge is enabled hence it's not built in that case. You can rebuild ParaView from source without VisIt-bridge and the plugin should be available. Utkarsh On Tue, Nov 20, 2012 at 4:34 PM, Magician wrote: > Hi all, > > > We're testing ParaView 3.98.0 for

Re: [Paraview] netcdf time series

2012-11-20 Thread jade mackay
Yes, you are right. I succeeded using a new file with a Time variable that takes only the Time dimension, includes an appropriate units attribute, and was assigned with an array of doubles: netcdf new_netcdf_file { dimensions: DateStrLen = 19 ; Time = 25 ; south_north = 519

Re: [Paraview] help with a simple script?

2012-11-20 Thread Celia Bremer
Seb, I didn't even notice that. I tried it again, and this time, there's an object, but the end result is the same. >>> paraview version 3.14.1, Date: 2012-02-17 from paraview.simple import * >>> servermanager.LoadState("empty.pvsm") >>> GetLayouts() {('ViewLayout1', '2178'): , ('ViewLayout1',

Re: [Paraview] Has Paraview been ported to BlueGene/L,P or Q?

2012-11-20 Thread David E DeMarle
I've pushed a new branch to: https://github.com/demarle/ParaViewAutoBuild.git with updates to build paraview 3.14.1 on a bluegene P with the xlc compilers My todo list includes: 1) incorporate the patches that Bruce kindly provided for bluegene Q. 2) meld the cross compilation that ParaViewAutoB

Re: [Paraview] Has Paraview been ported to BlueGene/L,P or Q?

2012-11-20 Thread Cook, Rich
Thanks! Any thoughts on when 4.0 might be available? I know it's a guess, but would it be like 6 months? Thank you -- Rich On Nov 20, 2012, at 3:59 PM, David E DeMarle wrote: > I've pushed a new branch to: > https://github.com/demarle/ParaViewAutoBuild.git > with updates to build paraview 3

Re: [Paraview] Has Paraview been ported to BlueGene/L,P or Q?

2012-11-20 Thread David E DeMarle
Should be about 3 months. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Tue, Nov 20, 2012 at 7:07 PM, Cook, Rich wrote: > Thanks! Any thoughts on when 4.0 might be available? I know it's a guess, > but would it be like 6 mont

Re: [Paraview] Embedding Paraview in PyQT based application

2012-11-20 Thread Indrajit Jagtap
Hi, It will be great help and highly appreciated if someone can give some inputs or pointers for queries mentioned in mail below. Regards, Indrajit On 11/19/2012 2:24 PM, Indrajit Jagtap wrote: Hi All, I have a query as mentioned below. I would like to know whether this is feasible, if yes