Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
time, it would be nice to have when the production release is announced! 8-) Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Phone: 410-278-6266 On 10/14/14, 8:45 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Rick

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
Tag v4.2.0-1 is now available on the ParaView Superbuild repo. Utkarsh On Tue, Oct 14, 2014 at 8:51 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Doh! I see I added the tag but forgot to toggle the git/branch name, which for 4.1.0 I had set to be release. I'll add a new v4.2.0-1 tag

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
Team Phone: 410-278-6266 On 10/14/14, 8:57 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Tag v4.2.0-1 is now available on the ParaView Superbuild repo. Utkarsh On Tue, Oct 14, 2014 at 8:51 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Doh! I see I added the tag

Re: [Paraview] calculator tensor field

2014-10-07 Thread Utkarsh Ayachit
)+sigma_xz(e_xe_z+e_ze_x)+sigma_yz(e_ye_z+e_ze_y) equivalent to sigma = s_x*e_x + s_y*e_y +s_z*e_z Thanks, Gianna Quoting Utkarsh Ayachit utkarsh.ayac...@kitware.com: Can you attach a sample data file/state file? That'll make it easier to identify the problem and suggest a solution. Thanks

Re: [Paraview] ParaView plugin load error

2014-10-07 Thread Utkarsh Ayachit
Mark, If you intend your plugin to be loadable with the distributed binaries for 3.14, you must indeed use the same compiler as listed here[1] for the appropriate version and OS. For 3.14, that's VS2008. [1] http://www.paraview.org/Wiki/ParaView/Binaries On Tue, Oct 7, 2014 at 6:40 PM,

Re: [Paraview] Is the VIEW-UP vector updated automatically?

2014-10-06 Thread Utkarsh Ayachit
you manually create the SliceView before running the script? Utkarsh On Sun, Oct 5, 2014 at 10:26 PM, Kazuyoshi Furutaka furutaka.kazuyo...@jaea.go.jp wrote: Dear Utkarsh, Thanks for your mail. From: Utkarsh Ayachit utkarsh.ayac...@kitware.com Subject: Re: [Paraview] Is the VIEW-UP

Re: [Paraview] Bug Report: Image Data are not pickable

2014-10-06 Thread Utkarsh Ayachit
Yes, that is a known issue, but don't think we have a bug tracker item for it. Please feel free to add one. Thanks, Utkarsh On Mon, Oct 6, 2014 at 11:31 AM, Federico Veronesi f.veron...@scsitaly.com wrote: Hello, I am developing a tool based on Paraview and I found this incorrect

Re: [Paraview] calculator tensor field

2014-10-06 Thread Utkarsh Ayachit
Can you attach a sample data file/state file? That'll make it easier to identify the problem and suggest a solution. Thanks Utkarsh On Sat, Oct 4, 2014 at 4:14 AM, marschm...@stud.uni-heidelberg.de wrote: Hello everyone, I have three displacement field vector components u, v, w in my .vtk

Re: [Paraview] Is the VIEW-UP vector updated automatically?

2014-10-06 Thread Utkarsh Ayachit
The meaning of azimuth, elevation etc. is indeed same with VTK and ParaVIew. ParaView uses the same code for Camera as in VTK, so there's no different there. Here's some explanation on the inner workings of the camera: + The camera-ViewUp is used by vtkCamera as a hint for the up direction. Thus,

Re: [Paraview] default representation?

2014-10-03 Thread Utkarsh Ayachit
Here are a few points to note: There are two parts to choosing the default representation: (a) Picking the representation proxy to use (b) Picking which Representation type (e.g. Surface/Wireframe etc.) to use -- this currently is only relevant for representations in Render Views (or similar).

Re: [Paraview] problem wirh python shell in Paraview 4.2.0

2014-10-02 Thread Utkarsh Ayachit
Thanks for reporting. We'll test it out. BTW, do you have any plugins loaded when you're trying to one the Python shell? Utkarsh On Thu, Oct 2, 2014 at 8:15 AM, livia.barazze...@istb.unibe.ch wrote: Hi all, I just downloaded the new version of Paraview, and I am very curious about the new

Re: [Paraview] Property Panel and Inheritance?

2014-10-02 Thread Utkarsh Ayachit
I can't remember if the wrapping code can handle multiple inheritance. If you removed the second superclass, does that work? Also look the sphBoxSourceClientServer.h file generated in your build directory. That will indicate which methods from this class are getting wrapped and which ones aren't.

Re: [Paraview] Property Panel and Inheritance?

2014-10-02 Thread Utkarsh Ayachit
, as you suggested, into sphBoxSourceClientServer.h The methods of the baseclasses (vtkCubeSource), e.g. SetXLength(), do not show-up there either. But it works, so that might not be the place where to look. Any other ideas? Regards, Bertwim On 10/02/2014 02:23 PM, Utkarsh Ayachit

Re: [Paraview] Property Panel and Inheritance?

2014-10-02 Thread Utkarsh Ayachit
, source files I write and generated files by mysterious macros make me still a bit uncomfortable in finding my way in ParaView. Maybe you could a bit more verbose? Regards, Bertwim On 10/02/2014 03:24 PM, Utkarsh Ayachit wrote: It will only warp the 1 base. I'd suggest using a proxy pattern

Re: [Paraview] problem wirh python shell in Paraview 4.2.0

2014-10-02 Thread Utkarsh Ayachit
Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent: Thursday, October 02, 2014 7:19 AM To: Livia Barazzetti Cc: ParaView Subject: Re: [Paraview] problem wirh python shell in Paraview 4.2.0 Thanks for reporting. We'll test it out. BTW, do you

Re: [Paraview] Is the VIEW-UP vector updated automatically?

2014-10-02 Thread Utkarsh Ayachit
Yes, vtkCamera does often update its itself. Look at vtkCamera.cxx [1]. [1] https://github.com/Kitware/VTK/blob/83be7b1b77a6bfbf296ccaa5155cec57d0c77a8c/Rendering/Core/vtkCamera.cxx On Thu, Oct 2, 2014 at 2:18 AM, Kazuyoshi Furutaka furutaka.kazuyo...@jaea.go.jp wrote: Dear ParaView expert...

Re: [Paraview] Edit Color Map

2014-10-01 Thread Utkarsh Ayachit
I'd suggest downloading the 4.2 binaries from paraview.org. That may be easier. 3.14 is too old by now. Utkarsh On Wed, Oct 1, 2014 at 6:54 AM, Carlos Andrés Bernal Castro cabc...@hotmail.com wrote: Hello Utkarsh, First of all thank you very much for answering. According to your answer, yes

Re: [Paraview] PV 420 unable to read state file from PV 410

2014-10-01 Thread Utkarsh Ayachit
Thanks everyone. We'll have this tracked down soon. On Wed, Oct 1, 2014 at 6:46 AM, Favre Jean jfa...@cscs.ch wrote: as discussed with Utkarsh, this is most likely related to a bug about structured extents in version 4.2 I created a reproducer and filled a bug

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-10-01 Thread Utkarsh Ayachit
/8795bbbd55eda09914a36d2b92391e593195a560/ ParaView-4.2.0-Darwin-64bit.dmg On Tue, Sep 30, 2014 at 7:43 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Hmm...can you try downloading from the dashboard directly: http://open.cdash.org/viewFiles.php?buildid=3508570 Utkarsh On Tue, Sep

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread Utkarsh Ayachit
you answer questions in this forum. The few answers you gave me + link to appropriate documentation have been very iseful! Regards, Bertwim On 09/29/2014 02:46 PM, Utkarsh Ayachit wrote: a) How to create a new source (MyNewSource) You define the 'proxy' under the sources group, rather than

Re: [Paraview] viewing data files with different scales

2014-09-30 Thread Utkarsh Ayachit
Jeff, Try applying the Calculator filter with an empty Function to create a second dataset which is simply pass through of the original dataset. Now, you can show both the original dataset and the output of the Calculator in the same view. Select different coloring arrays and ranges and you'd be

Re: [Paraview] PV 420 unable to read state file from PV 410

2014-09-30 Thread Utkarsh Ayachit
This is a little less surprising since this release does include some major refactors to VTK when relating to structured extents. Is it possible to get some other dummy dataset that would help reproduce this issue? That'll make the tracking down easier. Thanks Utkarsh On Tue, Sep 30, 2014 at

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Utkarsh Ayachit
Simon, Attached is a patch. It basically disables the install failing components with the Qt components are not being built. Let me know if that works and I can have these changes merged into the repository. Utkarsh On Tue, Sep 30, 2014 at 5:24 PM, Su, Simon M CTR USARMY ARL (US)

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread Utkarsh Ayachit
:46 PM, Utkarsh Ayachit wrote: a) How to create a new source (MyNewSource) You define the 'proxy' under the sources group, rather than filters. It will automatically show up in the Menu. Look at sources.xml under [1] to see other source proxy definitions. b) How can I extend an existing source

Re: [Paraview] python programmable filter via xml with multiple input

2014-09-30 Thread Utkarsh Ayachit
that 'SetNumberOfInputPorts()' should be called in the constructor of the filter, which I gather is governed by the xml file? If so, how can I expose editing of the algorithm constructor via the xml file? Thanks, Fraser On Mon, 2014-09-29 at 08:48 -0400, Utkarsh Ayachit wrote: In your

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Utkarsh Ayachit
There are two OsX binaries available on the download page. Pick the 2'nd binary, suffixed with Snow Leopard for 10.6. http://www.paraview.org/paraview-downloads/download.php?submit=Downloadversion=v4.2type=binaryos=osxdownloadFile=ParaView-4.2.0-Darwin-64bit-SnowLeopard.dmg On Tue, Sep 30, 2014

Re: [Paraview] paraview module

2014-09-30 Thread Utkarsh Ayachit
Assuming Canopy is built with the same Python 2.7.1 version that we build our binaries against, you'll need to setup several environment variables. Attached is an old script I used for ParaView 4.1 (which was build with Python 2.6), but that'll give you hints for the variables and the paths in

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Utkarsh Ayachit
- 0x7fff5fc3bdef dyld 132.1 (???) 486E6C61-1197-CC7C-2197-82CE505102D7 /usr/lib/dyld On Tue, Sep 30, 2014 at 7:26 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: There are two OsX binaries available on the download page. Pick the 2'nd binary, suffixed with Snow Leopard for 10.6. http

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Utkarsh Ayachit
: Isn't the Dashboard binary the one incompatible with OSX 10.6: ParaView-4.2.0-Darwin-64bit.dmg On Tue, Sep 30, 2014 at 7:43 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Hmm...can you try downloading from the dashboard directly: http://open.cdash.org/viewFiles.php?buildid=3508570

Re: [Paraview] HOWto create / extend sources?

2014-09-29 Thread Utkarsh Ayachit
a) How to create a new source (MyNewSource) You define the 'proxy' under the sources group, rather than filters. It will automatically show up in the Menu. Look at sources.xml under [1] to see other source proxy definitions. b) How can I extend an existing source (box, sphere, etc.) with new

Re: [Paraview] python programmable filter via xml with multiple input

2014-09-29 Thread Utkarsh Ayachit
In your example, your XML is setup to provide the inputs on multiple ports, while you're code is expecting multiple connections on same port. Use the following script, instead. print self.GetInputDataObject(0, 0).GetNumberOfPoints() print self.GetInputDataObject(1, 0).GetNumberOfPoints()

[Paraview] ANN: ParaView 4.2.0 is available for download

2014-09-29 Thread Utkarsh Ayachit
Folks, ParaView 4.2.0 is now available for download. Checkout to the release notes on the Kitware blog [1]. As always, we look forward to your feedback [2]. Also stay tuned to the Kitware Blog [3] for upcoming features and enhancements to ParaView, ParaView Catalyst, ParaViewWeb and much more!

Re: [Paraview] urgent: need python help

2014-09-29 Thread Utkarsh Ayachit
Josh, Refer to [1]. You can pass an optional idx argument to Fetch to say which port to fetch from. data = servermanager.Fetch(reader, idx=1) [1] http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/paraview.servermanager.html#paraview.servermanager.Fetch On Mon, Sep 29, 2014 at 1:06 PM,

Re: [Paraview] Change of default Scale Mode in Glyph filter

2014-09-29 Thread Utkarsh Ayachit
On Mon, Sep 29, 2014 at 12:06 PM, Moreland, Kenneth kmo...@sandia.gov wrote: In the new release of ParaView 4.2, I notice that the behavior of the Scale Mode property has changed a bit. The default used to be vector but now the default is off. Is there a reason for the change? Ken, the reason

Re: [Paraview] 3d scatterplot

2014-09-26 Thread Utkarsh Ayachit
ParaView currently only supports coloring with numerical values. I'd suggest adding another row to the CSV to map the type to integers and then use categorical colors [1] to label the colors appropriately. Utkarsh [1] http://www.kitware.com/blog/home/post/582 On Thu, Sep 25, 2014 at 6:25 PM,

Re: [Paraview] How to simply Reload a data file

2014-09-25 Thread Utkarsh Ayachit
at least follow the simulation going on by loading the vtu series. Would it be possible to make it work also for a pvd...? :) Thanks, Matthias -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Montag, 22. September 2014 16:09 An: Zenker, Dr

Re: [Paraview] using calculator filter on a table?

2014-09-25 Thread Utkarsh Ayachit
For now, with 4.2 RC1, stick to using Programmable Filter with Script as follows: expr = inputs[0].RowData[RTData] * 2.0 output.RowData.append(expr, result) If you can add a bug to the bug tracker for this, that'd be great too. Thanks Utkarsh On Thu, Sep 25, 2014 at 12:45 PM, Joshua Murphy

Re: [Paraview] Exporting to PDF from Python

2014-09-25 Thread Utkarsh Ayachit
With ParaView 4.2-RC, you can use the Python trace to generate the script to use for exporting. It looks something like so: ExportView('/tmp/sample.pdf', view=renderView1, Plottitle='MyPlot', Compressoutputfile=1, Linewidthscalingfactor=1.0, Pointsizescalingfactor=1.0) For 4.1, look

Re: [Paraview] useful plugin: how to do it, really?

2014-09-24 Thread Utkarsh Ayachit
) alternatives? Kind Regards, Bertwim On 09/23/2014 03:01 PM, Utkarsh Ayachit wrote: Bertwim, I agree the developer docs are little scattered right now. My plan is to start writing blog posts that make this easier to digest. One of these, hopefully, I get around to it :). In the mean

Re: [Paraview] useful plugin: how to do it, really?

2014-09-23 Thread Utkarsh Ayachit
Bertwim, I agree the developer docs are little scattered right now. My plan is to start writing blog posts that make this easier to digest. One of these, hopefully, I get around to it :). In the mean time, my replies are inline. 1. Suppose I have created, interactively, a box, a sphere and a

Re: [Paraview] python link error when compiling PV-v4.2.0-RC1-128-gc89b0ad + python-2.7.3 + VS2013 Express (UNCLASSIFIED)

2014-09-23 Thread Utkarsh Ayachit
Simon, As this states [1], superbuild on Windows with Python is only supported for VS 2008 currently. We will soon add support for VS2013. If you want to use VS2013, using USE_SYSTEM_python=ON may be worth a try, but these was a discussion on the mailing list a little while ago that too may have

Re: [Paraview] python link error when compiling PV-v4.2.0-RC1-128-gc89b0ad + python-2.7.3 + VS2013 Express (UNCLASSIFIED)

2014-09-23 Thread Utkarsh Ayachit
-DUSE_SYSTEM_PYTHON=ON flag a try. If that doesn't work, I will have my justification to ask for VS2008 purchased/installed on my system. Thanks for your help. Thanks -simon -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Tuesday, September

Re: [Paraview] How to simply Reload a data file

2014-09-22 Thread Utkarsh Ayachit
: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Sonntag, 21. September 2014 16:17 An: Zenker, Dr. Matthias Cc: Cory Quammen; paraview@paraview.org Betreff: Re: [Paraview] How to simply Reload a data file Matthias, Attached is the Python script that reloads a file-series. You

Re: [Paraview] How to simply Reload a data file

2014-09-22 Thread Utkarsh Ayachit
- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Montag, 22. September 2014 14:23 An: Zenker, Dr. Matthias Cc: Cory Quammen; paraview@paraview.org Betreff: Re: [Paraview] How to simply Reload a data file Can you try the script with 4.2-RC before we try debugging

Re: [Paraview] How to simply Reload a data file

2014-09-18 Thread Utkarsh Ayachit
(see below)? Matthias -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Montag, 15. September 2014 16:50 An: Zenker, Dr. Matthias Cc: Cory Quammen; paraview@paraview.org Betreff: Re: [Paraview] How to simply Reload a data file Ah. since

Re: [Paraview] PV4.1, Custom Dock Widget: How to automatically add a glyph3d filter after loading data ?

2014-09-17 Thread Utkarsh Ayachit
Utkarsh Ayachit: Not entirely sure why. I just built that same with ParaVIew git/master and it built fine for me. What OS is this? Can you attach CMakeCache.txt from ParaView build as well as the plugin build? Utkarsh On Tue, Sep 16, 2014 at 11:26 AM, Florian Hoffmann florian.hoffm...@inutech.de

Re: [Paraview] Client server volume rendering problem in 4.1 and 4.2RC1

2014-09-17 Thread Utkarsh Ayachit
Ron, Those are good observations. I has been on my todo list to clean up the remote-local rendering issue. I want ParaView to automatically switch to remote rendering, if possible when volume rendering. I'll see what I can do for that. The volume rendering code is currently being revamped. I'd

Re: [Paraview] PV4.1, Custom Dock Widget: How to automatically add a glyph3d filter after loading data ?

2014-09-17 Thread Utkarsh Ayachit
All of the above work, except the ScaleFactor setter. The scale factor is odd anyway: in the GUI a value of 1.8 appears by default (even though according to the doc it should be 1.0) . Any clue ? Certain properties update their default values based on runtime data values. This is done by what

Re: [Paraview] Client server volume rendering problem in 4.1 and 4.2RC1

2014-09-17 Thread Utkarsh Ayachit
Ron, Here's a fix that makes ParaView use remote-rendering irrespective of remote-rendering threshold when volume rendering: http://review.source.kitware.com/#/t/4672 It'd be great if you could give it a try to confirm that it works. Thanks Utkarsh On Wed, Sep 17, 2014 at 10:09 AM, Utkarsh

Re: [Paraview] howto move an object depending on actual time

2014-09-16 Thread Utkarsh Ayachit
I'd suggest using Programmable Filter instead of Python Calculator. Refer to vtkTimeToTexConvertor::RequestData() [1] for how to access DATA_TIME_STEP value. You can write an equivalent script in Script part for the Programmable Filter to access the time value. Utkarsh [1]

Re: [Paraview] PV4.1, Custom Dock Widget: How to automatically add a glyph3d filter after loading data ?

2014-09-16 Thread Utkarsh Ayachit
be found. Where is this file supposed to be residing ? Thank you. Best regards, Florian Am 15.09.2014 um 17:16 schrieb Utkarsh Ayachit utkarsh.ayac...@kitware.com: Attached is an example based on ParaView 4.2-RC1. As it shows, you cannot directly use VTK objects to create visualization

Re: [Paraview] PV4.1, Custom Dock Widget: How to automatically add a glyph3d filter after loading data ?

2014-09-16 Thread Utkarsh Ayachit
* Am 16.09.2014 um 14:43 schrieb Utkarsh Ayachit utkarsh.ayac...@kitware.com: It's under ParaVIewCore/ServerManager/Rendering/ in the ParaVIew source[1] Utkarsh [1] https://github.com/Kitware/ParaView/blob/master/ParaViewCore/ServerManager/Rendering

Re: [Paraview] How to simply Reload a data file

2014-09-15 Thread Utkarsh Ayachit
I suspect will not work with vtu. To understand this better, what is that which is changing that you need to reload the file? Are you loading a file series or a single file? Utkarsh On Mon, Sep 15, 2014 at 9:54 AM, Zenker, Dr. Matthias matthias.zen...@erbe-med.com wrote: Hi Cory, I use the

Re: [Paraview] How to simply Reload a data file

2014-09-15 Thread Utkarsh Ayachit
to watch the simulation going on by reloading from time to time. Matthias -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Montag, 15. September 2014 16:28 An: Zenker, Dr. Matthias Cc: Cory Quammen; paraview@paraview.org Betreff: Re

Re: [Paraview] PV4.1, Custom Dock Widget: How to automatically add a glyph3d filter after loading data ?

2014-09-15 Thread Utkarsh Ayachit
Attached is an example based on ParaView 4.2-RC1. As it shows, you cannot directly use VTK objects to create visualization pipelines in ParaView. While this can surely be done with 4.1 or earlier, I'd suggest basing off 4.2, if possible since it simplified a lot of this initialization. Utkarsh

Re: [Paraview] vts file format

2014-09-12 Thread Utkarsh Ayachit
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 /CellData /Piece /ImageData /VTKFile Thanks in advance On Thursday, September 11, 2014 1:49 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com

Re: [Paraview] Superbuild and Windows

2014-09-12 Thread Utkarsh Ayachit
Thanks Michael. Both these changes are now merged in. http://review.source.kitware.com/#/t/4658/ Utkarsh On Thu, Sep 11, 2014 at 2:02 PM, Reuter, Michael A. reute...@ornl.gov wrote: The patches are attached. They aren’t much but they help get the package (on Windows and OSX) built without

Re: [Paraview] Superbuild and Windows

2014-09-11 Thread Utkarsh Ayachit
to pass along the patches I have for the USE_SYSTEM_matplotlib issues I run into, or should I just handle those in a Superbuild fork? Thanks, M On Sep 11, 2014, at 1:21 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com mailto:utkarsh.ayac...@kitware.com wrote: Michael, with VS2012, what was your

Re: [Paraview] writing block data in parallel for vtk readers

2014-09-11 Thread Utkarsh Ayachit
/src/ParaView-v4.2.0-Build/lib/site-packages/vtk/web/testing.py', 76, 47, 'TestModuleBrowsers = type(Enum, (), {k: i for i, k in enumerate(test_module_browsers)})\n')) On Sep 10, 2014, at 10:04 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Rich, FYI, the VisIt bridge

Re: [Paraview] writing block data in parallel for vtk readers

2014-09-10 Thread Utkarsh Ayachit
Rich, FYI, the VisIt bridge was updated to VisIt 2.7.0 soon after 4.1. You can try 4.2-RC1 to see if this was indeed a VisIt bridge being old issue. Utkarsh On Wed, Sep 10, 2014 at 8:19 PM, Cook, Rich coo...@llnl.gov wrote: The code in VisIt is up to date; it’s just Paraview that seems behind

Re: [Paraview] Superbuild and Windows

2014-09-10 Thread Utkarsh Ayachit
, 2014, at 4:32 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Great! Which VS was this? The Pygments thing should be tracked down. I'll see what's happening there. BTW, I am making progress on Mavericks build. I think I have most things ironed out. I'll send an updated email once I have

Re: [Paraview] vts file format

2014-09-10 Thread Utkarsh Ayachit
Are you sure it's a structured grid or is an image data? Refer to this for difference between the two: http://www.paraview.org/Wiki/ParaView/Users_Guide/VTK_Data_Model Programmable filer may be the easiest way to go. Attached is an extract from the ParaView User's Guide that's currently being

Re: [Paraview] Building ParaView with QT 5.3

2014-09-09 Thread Utkarsh Ayachit
Andrew, Today's gatekeeper review brought in fixes to address the Qt 5.3 build issue. The CMake warnings still remain. I'll have them diagnosed soonish. Utkarsh On Tue, Jun 17, 2014 at 8:11 AM, Andrew Maclean andrew.amacl...@gmail.com wrote: Has anyone been able to do this? I am using Linux

Re: [Paraview] Superbuild and OSX

2014-09-08 Thread Utkarsh Ayachit
, at 1:58 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.commailto:utkarsh.ayac...@kitware.com wrote: Alright, Superbuild + Mavericks is now working as expected. It's now tested on the dashboards too: http://open.cdash.org/buildSummary.php?buildid=3479885 If looking for options to turn on, here's

Re: [Paraview] Superbuild and OSX

2014-09-07 Thread Utkarsh Ayachit
:22 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Sorry, I did mean Mavericks :)..I can never keep the MacOS names straight. On Thu, Sep 4, 2014 at 8:00 AM, Reuter, Michael A. reute...@ornl.gov wrote: Thanks for the update. I’m actually building on Mavericks, but our project is still

Re: [Paraview] Superbuild and Windows

2014-09-05 Thread Utkarsh Ayachit
a AND NOT USE_SYSTEM_matplotlib to the if (matplotlib_ENABLED) line and that fixed the generated cmake_install.cmake file and the package created fine. I’ve tested the resulting package and so far so good. M On Sep 3, 2014, at 10:24 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.commailto:utkarsh.ayac

Re: [Paraview] Superbuild and OSX

2014-09-04 Thread Utkarsh Ayachit
it work there. M On Sep 3, 2014, at 11:57 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.commailto:utkarsh.ayac...@kitware.com wrote: Michael, Hold off on using the superbuild on MountainLion for now. I'll track the issues down and then let you know. Utkarsh On Wed, Sep 3, 2014 at 6:23 PM

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
I think the Show Outline in 3D View on the Properties panel is indeed the right option. The fact that it has no effect is a bug. Utkarsh On Thu, Sep 4, 2014 at 11:20 AM, Reuter, Michael A. reute...@ornl.gov wrote: I’m providing a screenshot showing the option (Show Outline in 3D View) that

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
I think I've spotted the issue in vtkQuadRepresentation. I'll have a fix soon. On Thu, Sep 4, 2014 at 11:25 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I think the Show Outline in 3D View on the Properties panel is indeed the right option. The fact that it has no effect is a bug

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
the outline. I just forgot about that Slices representation... On Thu, Sep 4, 2014 at 9:25 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I think the Show Outline in 3D View on the Properties panel is indeed the right option. The fact that it has no effect is a bug. Utkarsh

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
On Thu, Sep 4, 2014 at 11:38 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Can someone explain what this option is supposed to do? Even in 3.98.1 it has no effect for me, or at least I don't see anything change. On Thu, Sep 4, 2014 at 11:30 AM, Sebastien Jourdain sebastien.jourd

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
BTW, I am pushing an update to the git repo to better organize the properties on the Properties panel for the Quad View. On Thu, Sep 4, 2014 at 11:56 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Alright, here's the final diagnosis :): It's works as Seb was saying. What I was missing

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
Attached is the patch (will be in git/master after next gatekeeper review). I made all the properties default to avoid confusion. Michael, feel free to suggest better default visibility options. Thanks Utkarsh On Thu, Sep 4, 2014 at 12:00 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

Re: [Paraview] implication of -DUSE_SYSTEM_python=OFF (UNCLASSIFIED)

2014-09-04 Thread Utkarsh Ayachit
USE_SYSTEM_python=OFF will result in ParaView compile and package it's Python version. USE_SYSTEM_python=ON will result in ParaView using a version installed on your system. Thus the bundle won't be work on any other systems where the Python you build against isn't available. With

Re: [Paraview] implication of -DUSE_SYSTEM_python=OFF (UNCLASSIFIED)

2014-09-04 Thread Utkarsh Ayachit
are available for use. Right? Thanks -simon -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Thursday, September 04, 2014 12:13 PM To: Su, Simon M CTR USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] implication

Re: [Paraview] QuadView option

2014-09-04 Thread Utkarsh Ayachit
I think what’s in the Miscellaneous group should have default visibility and the rest can go to advanced. Done. Should be fixed in git/master soon. ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Calling a customized xml plugin from python

2014-09-03 Thread Utkarsh Ayachit
I believe you should be accessing it as : myfilter() And not servermanager.myfilter. On Wed, Sep 3, 2014 at 8:06 AM, livia.barazze...@istb.unibe.ch wrote: Hi, I have saved a paraview state in python format. In the pipeline there are a couple of filters coming from an xml plugin

Re: [Paraview] Problem with no colormap

2014-09-03 Thread Utkarsh Ayachit
Never heard of this before. But try toggling the Interpolate scalar before mapping checkbox on the Properties panel. Any difference? You may also want to try the latest 4.2-RC1 binaries, just in case. Utkarsh On Wed, Sep 3, 2014 at 1:17 AM, Alexander Herzog m...@alexander-stein.eu wrote: Dear

Re: [Paraview] Superbuild and Windows

2014-09-03 Thread Utkarsh Ayachit
Michael, Are you using VS generator? Can you switch to using Ninja? You can still use the MSVC compilers. The error is popping up when the build is trying to compiler the pygments *.py files. You'll get the same error later when it's trying to compile the ParaView *.py files. Also, another thing

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
Cherry-pick this fix for now : http://review.source.kitware.com/#/c/16665/ It'll go into master soon. Ben, anything this fix is waiting on? Utkarsh On Wed, Sep 3, 2014 at 9:42 AM, Reuter, Michael A. reute...@ornl.gov wrote: Hi, I’m having trouble getting the git-master version of the

Re: [Paraview] Superbuild and Windows (UNCLASSIFIED)

2014-09-03 Thread Utkarsh Ayachit
Utkarsh, Is Ninja also preferred if I am using VS2008 to build the superbuild on Windows? Is this the Ninja - http://martine.github.io/ninja/manual.html ? Thanks -simon -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent

Re: [Paraview] save cmake config

2014-09-03 Thread Utkarsh Ayachit
CMakeCache.txt from the top-level build directory would be the thing to save. Next time, just copy this file into an empty build directory and the run cmake. On Wed, Sep 3, 2014 at 10:50 AM, Brock Palen bro...@umich.edu wrote: If I wanted to save the Cmake config for a super build to rebuild it

Re: [Paraview] save cmake config

2014-09-03 Thread Utkarsh Ayachit
The best option, however is to edit this file to only leave those options that you manually set to keep it easier to read and better handle changes in environment. On Wed, Sep 3, 2014 at 10:55 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: CMakeCache.txt from the top-level build

Re: [Paraview] Calling a customized xml plugin from python

2014-09-03 Thread Utkarsh Ayachit
able to isolate the issue (I am just restarting the shell to make it work) Thank you -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 03 September 2014 14:22 To: Barazzetti, Livia (ISTB) Cc: ParaView Subject: Re: [Paraview] Calling a customized

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
still fails for an unknown reason. M On Sep 3, 2014, at 10:28 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.commailto:utkarsh.ayac...@kitware.com wrote: Cherry-pick this fix for now : http://review.source.kitware.com/#/c/16665/ It'll go into master soon. Ben, anything this fix is waiting

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
Michael, Hold off on using the superbuild on MountainLion for now. I'll track the issues down and then let you know. Utkarsh On Wed, Sep 3, 2014 at 6:23 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Michael, Let me try this on a Moutain Lion myself and I'll let you know. What

Re: [Paraview] Point label format in Find Data

2014-09-02 Thread Utkarsh Ayachit
This has indeed been fixed in 4.2-RC1. The advanced properties should now show the label format strings. Utkarsh On Tue, Sep 2, 2014 at 11:48 AM, Zenker, Dr. Matthias matthias.zen...@erbe-med.com wrote: Hi, returning to ParaView after some time, I have learned that the Selection Inspector of

[Paraview] ANN: ParaView 4.2.0-RC1 now available for download

2014-09-01 Thread Utkarsh Ayachit
Folks, ParaView 4.2, RC 1 (release candidate) is now available for download [1] . The detailed summary of the changes will follow. In the mean time, check out the blog [2] for posts on several of the new features. An exhaustive list of features implemented and bugs fixed in this release can be

Re: [Paraview] Fwd: 1D and 2D meshes in 3D space

2014-08-29 Thread Utkarsh Ayachit
Can you provide a sample dataset? It's hard to gauge what could be going wrong from your description. Thanks Utkarsh On Fri, Aug 22, 2014 at 8:25 AM, Nils Van den Steen nivds...@vub.ac.be wrote: When opening a vtk file, resulting from a simulation in 1D and 2D meshes but in a 3D space (x, y

Re: [Paraview] Bad X server connection

2014-08-29 Thread Utkarsh Ayachit
The problem is arising because your login on the remote server you're connected to doesn't have access to the X server. Is there an X server running on that system? If so, do you have access to it? If so, is your DISPLAY environment setup to point to the right display? Maybe try running a xserver

Re: [Paraview] Unsupported Cell Attribute Type Error In VTK Legacy File Format

2014-08-29 Thread Utkarsh Ayachit
You have too many values for current array. Only 104 values are expected. Everything starting with line number 386 in the line is extra. The reader reads that like and gets a 0 as the tag and hence it gives that error. Attached is the modified version that loads without the error. On Tue, Aug

Re: [Paraview] About changing size of the font in the legend label

2014-08-29 Thread Utkarsh Ayachit
If you look at Figure 3, it has things like Title Font Properties, Text/Annotation Font Properties. Those would be the things to use to set the font size. On Fri, Aug 29, 2014 at 4:49 PM, Amir Sohrabi Mollayousef amirs...@gmail.com wrote: Hi, I like to change the font of a label in legend in

Re: [Paraview] selection by coordinates

2014-08-28 Thread Utkarsh Ayachit
That is indeed a thing that's lost currently. I'm planning to add it back for 4.2. Utkarsh On Sun, Aug 3, 2014 at 3:04 AM, Van van...@rambler.ru wrote: I know how to select a cell manually and plot a quantity in the selection over time. After that I can find the selection through Find Data

Re: [Paraview] ParaView Web not compiling

2014-08-28 Thread Utkarsh Ayachit
Simon, What errors are you getting? It is definitely a temporary issue and will be fixed, however we're not seeing it on the dashboards so would help to see the errors. Qt version is certainly not the issue. 4.8.5 is indeed supported Disabling Web will not affect catalyst. The

Re: [Paraview] ParaView Web not compiling

2014-08-28 Thread Utkarsh Ayachit
\ -DOPENGL_INCLUDE_DIR:PATH=/usr/local/usp/DAAC/paraview/source/PV4.2/cross/install/include \ -DPARAVIEW_ENABLE_WEB:BOOL=OFF \ -DCMAKE_INSTALL_PREFIX:PATH=$INSTALLDIR \ ../ParaView On Thu, Aug 28, 2014 at 12:51 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Simon, What

[Paraview] New blog posts for ParaView

2014-08-27 Thread Utkarsh Ayachit
Folks, Since I'm not sure everyone here it tracking the blog, here're a few new posts that talk about new features in ParaView posted this past month: * Improvements to Python script editors (syntax coloring, and more) [1] * ParaView technique: Curved and nicely spaced arrow glyphs [2] *

Re: [Paraview] loading temporally distributed (one time step per file) Exodus (UNCLASSIFIED)

2014-08-27 Thread Utkarsh Ayachit
I believe that should have worked. Any sample dataset that you can share? Utkarsh On Fri, Aug 22, 2014 at 11:44 AM, Su, Simon M CTR USARMY ARL (US) simon.m.su@mail.mil wrote: Classification: UNCLASSIFIED Caveats: NONE Hello, I am able to load spatially distributed Exodus file ok with

Re: [Paraview] Support for QT5 broken with qt 5.3.X?

2014-08-27 Thread Utkarsh Ayachit
Qt 5 isn't officially supported yet. We've started making the changes and currently have dashboards that build against Qt 5.0/5.2. On Tue, Aug 12, 2014 at 4:46 AM, B.W.H. van Beest b...@xs4all.nl wrote: Could it be that the support for Qt 5.3.x is broken in Paraview? When I upgraded from

Re: [Paraview] Using time in Python script

2014-08-27 Thread Utkarsh Ayachit
You need to call either RenderView1.StillRender() or RenderView1.Update() to ensure that the view updates all pipelines shown in it after changing the AnimationTime. Utkarsh On Mon, Aug 11, 2014 at 1:55 AM, Elaine Tang lingd...@gmail.com wrote: Hi, I have data in time that has time points

Re: [Paraview] Nightly Downloads for ParaView Lion-Python27 broken

2014-08-27 Thread Utkarsh Ayachit
Ken, I just confirmed that this seems to be working again. Let me know if that not the case still. Utkarsh On Thu, Aug 7, 2014 at 9:55 AM, Moreland, Kenneth kmo...@sandia.gov wrote: The downloads for the nightly Mac OS build of ParaView-Darwin-64bit-Lion-Python27-NIGHTLY.dmg appear to be

<    5   6   7   8   9   10   11   12   13   14   >