Re: [Paraview] Paraview Plugin: two enumerations next to each other

2014-12-07 Thread Utkarsh Ayachit
Attached is an example plugin code that demonstrates how this could be done. Utkarsh On Wed, Nov 19, 2014 at 12:24 PM, Gonzalo Brito Gadeschi wrote: > I'm trying to write an IntVectorProperty with two drop down list next to > each other. > > Ideally it would call a function that takes to argumen

Re: [Paraview] [EXTERNAL] Re: Enabling parallel projection

2014-12-07 Thread Utkarsh Ayachit
For more details, refer to these blog posts: [1] and [2]. Utkarsh [1] http://www.kitware.com/blog/home/post/702 [2] http://www.kitware.com/blog/home/post/672 On Fri, Dec 5, 2014 at 8:08 PM, Scott, W Alan wrote: > I had forgotten, but just got reminded by Utkarsh. ParaView 4.2 has a really >

Re: [Paraview] Nightly builds on the Kitware website

2014-11-30 Thread Utkarsh Ayachit
There seems to be a glitch in the component that uploads the binaries generated on the dashboard to the download site. We'll track that down. You can still download the binaries form the dashboard itself [1]. Utkarsh [1] http://www.paraview.org/Wiki/ParaView/Superbuild#Obtaining_the_source On We

Re: [Paraview] [EXTERNAL] Re: PV 4.2.0 Color legend disappearing

2014-11-22 Thread Utkarsh Ayachit
Wehrfritz [mailto:dkxl...@gmail.com] > Sent: Thursday, November 20, 2014 8:46 AM > To: Utkarsh Ayachit > Cc: Scott, W Alan; paraview@paraview.org > Subject: Re: [Paraview] [EXTERNAL] Re: PV 4.2.0 Color legend disappearing > > I actually realized that the state files I provide

Re: [Paraview] [EXTERNAL] Re: PV 4.2.0 Color legend disappearing

2014-11-20 Thread Utkarsh Ayachit
Great! Thanks, Armin. I'll give it a try once I get back home from my travel and see if I can reproduce the issue and track it down. Utkarsh On Tue, Nov 18, 2014 at 7:05 AM, Armin Wehrfritz wrote: > OK, I'm still not yet able to reproduce this bug, but at least I was able to > write out some sta

Re: [Paraview] Paraview Plugin: two enumerations next to each other

2014-11-20 Thread Utkarsh Ayachit
The default widget portfolio in ParaView doesn't support such a property. However, you can implement a custom pqPropertyWidget subclass that places 2 combo-boxes. Use pqIntVectorPropertyWidget [1] as a reference. [2],[3] may be useful reads to understand the property-widget infrastructure in ParaVi

Re: [Paraview] EnSightReader: Change input file

2014-11-14 Thread Utkarsh Ayachit
Ability to change filenames depends on specific reader implementations. I am not entire familiar with the internal implementation, but if you have a couple of sample datasets/script to reproduce the segfault, I can check if its a minor fix to the reader to enable this or if it just can't support it

Re: [Paraview] Scale Data over Entire Time Range

2014-11-14 Thread Utkarsh Ayachit
Yes, you can use `RescaleTransferFunctionToDataRangeOverTime` method on the "display" object. > disp = GetDisplayProperties(reader) > disp.RescaleTransferFunctionToDataRangeOverTime() Assuming that the scalar coloring was already setup, the above call will rescale the lut range for the array bein

Re: [Paraview] MapDataArrayToVertexAttribute question

2014-11-14 Thread Utkarsh Ayachit
Florian, MapDataArrayToVertexAttribute expects the data array to be present in the input data going into the mapper itself. I see you're creating a new `darr`, but I don't see it being added to a dataset and then that being passed on to the mapper. Are you doing that? Having said that, you should

Re: [Paraview] The "configuration" attribute of the "server" tag in server.pvsc

2014-11-14 Thread Utkarsh Ayachit
Giovanni, The configuration attribute does seem to be something left over from the past. It doesn't seem to be used for anything currently. Utkarsh On Fri, Nov 14, 2014 at 12:38 PM, Giovanni A. Cone wrote: > Hola Paraviewers, > > I'm planning on creating an official "servers.pvsc" file for user

Re: [Paraview] Fwd: Problem with all in one/separated panels

2014-11-13 Thread Utkarsh Ayachit
Here's the bug: http://www.paraview.org/Bug/view.php?id=15126 Patch attached. Thanks for reporting this. Utkarsh On Thu, Nov 13, 2014 at 10:31 AM, Utkarsh Ayachit wrote: > Found it...I'll send a patch soon. > > On Thu, Nov 13, 2014 at 10:15 AM, Utkarsh Ayachit > wrote: &g

Re: [Paraview] Fwd: Problem with all in one/separated panels

2014-11-13 Thread Utkarsh Ayachit
Found it...I'll send a patch soon. On Thu, Nov 13, 2014 at 10:15 AM, Utkarsh Ayachit wrote: > I can reproduce it. I am flummoxed too. Looking into it. > > On Thu, Nov 13, 2014 at 6:03 AM, Federico Veronesi > wrote: >> Dear Paraview users, >> >> I found an

Re: [Paraview] Fwd: Problem with all in one/separated panels

2014-11-13 Thread Utkarsh Ayachit
I can reproduce it. I am flummoxed too. Looking into it. On Thu, Nov 13, 2014 at 6:03 AM, Federico Veronesi wrote: > Dear Paraview users, > > I found an unexpected behavior in Paraview 4.2. > When I set separated panels or other options except the combined one, I > don't get what it is expected a

Re: [Paraview] Load text file delimited by tab

2014-11-11 Thread Utkarsh Ayachit
Interesting! Alas, no, there isn't a direct way for setting this in the UI, currently. Utkarsh On Tue, Nov 11, 2014 at 9:29 AM, wrote: > Hi, > > I would like to load a text file, like a csv, delimited by tab instead of > comma. > > If I modify the property Field Delimiter Characters to \t in th

[Paraview] ParaView 4.2 now available via Homebrew/science!!

2014-11-08 Thread Utkarsh Ayachit
Folks, ParaView is now available on the Homebrew/science tap [1]. Brew away! Utkarsh [1] https://github.com/Homebrew/homebrew-science ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensou

Re: [Paraview] volume color transfer table.

2014-11-07 Thread Utkarsh Ayachit
; ignored, and whatever opacity function in the editor from previous work is >> applied instead. >> cheers- >> -lawrence a. >> >> >> From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] >> Sent: Friday, November 07,

Re: [Paraview] volume color transfer table.

2014-11-07 Thread Utkarsh Ayachit
To the best of my knowledge, the current volume mappers in VTK/ParaView need to use a color/opacity transfer functions. Aashish, is that changing with the new volume rendering code? Utkarsh On Wed, Nov 5, 2014 at 3:12 PM, Anderson, Lawrence S. wrote: > > hi- i have seen this question on various

Re: [Paraview] Saving pipeline object data as a .csv

2014-11-07 Thread Utkarsh Ayachit
The ExodusII reader produces a multiblock dataset that can have empty blocks. As a result, those empty blocks get saved as blank csv files. You can apply the ExtractBlock filter to only pass through blocks of interest and then save that result, instead. Utkarsh On Mon, Nov 3, 2014 at 11:54 AM, Jo

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-11-05 Thread Utkarsh Ayachit
> Not recent enough. Noted. > PS: We are just trying to get everyone to build ParaView on their systems. > The issue with the SuperBuild is that you can not seem to set an "external" > hdf5 build. It will always use the bundled version. There's a topic awaiting review to fix that. So you shoul

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-11-05 Thread Utkarsh Ayachit
t;install_name" fixed. > > Do I need to build from the "SuperBuild" to actually create a new package I > can give to my employees? > > Thanks > Mike Jackson > > On Nov 5, 2014, at 12:13 PM, Utkarsh Ayachit > wrote: > >> Mike, >> &g

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-11-05 Thread Utkarsh Ayachit
e nudge I might be able to help a bit. We are really being held back by > this with our current data sets. > > Thanks > Mike Jackson > > On Nov 5, 2014, at 11:38 AM, Utkarsh Ayachit > wrote: > >> Sounds good. I'll work on updating the HDF5 version for next release

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-11-05 Thread Utkarsh Ayachit
Sounds good. I'll work on updating the HDF5 version for next release. http://www.paraview.org/Bug/view.php?id=15106 Utkarsh On Wed, Nov 5, 2014 at 11:30 AM, Michael Jackson wrote: > The current version of ParaView (4.2.1) uses a fairly old version of HDF5 > (API version 1.8.9). This version ha

Re: [Paraview] PointSprite_Plugin not displaying textures on ParaView 4.2.0 Mac OSX 10.10

2014-11-04 Thread Utkarsh Ayachit
This should now be fixed in git/master. Utkarsh On Sun, Oct 26, 2014 at 12:02 PM, Utkarsh Ayachit wrote: > Matei, > > I was indeed able to reproduce the issue. I've reported a bug [1]. > We'll track it down soon. > > Utkarsh > > [1] http://www.paraview.org/Bug

Re: [Paraview] ExtractSubset not working well in pvpython

2014-11-03 Thread Utkarsh Ayachit
Hi, I wonder if the problem is with Fetch(). What does the following yeild? ExtractSubset0.UpdatePipeline() print ExtractSubset0.GetDataInformation().GetNumberOfPoints() Utkarsh On Thu, Oct 30, 2014 at 5:29 PM, Chukwudi Chukwudozie wrote: > Hi, > > I have a structured grid computational domain

Re: [Paraview] [EXTERNAL] 4.2.0 stereo interlace problem

2014-10-31 Thread Utkarsh Ayachit
by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > h

Re: [Paraview] Structured Grid: strange view of surface+edges

2014-10-31 Thread Utkarsh Ayachit
Same for me -- I cannot reproduce the problem. It could potentially be a driver/OpenGL issue? Utkarsh On Fri, Oct 31, 2014 at 5:20 AM, Marco Nawijn wrote: > Hi Michael, > > Just for your information. I tried the file with Paraview 4.2.0 on 64 bit > linux > and see no such artifacts. So the file

Re: [Paraview] "Annotate Time" filter in slice view?

2014-10-30 Thread Utkarsh Ayachit
This indeed is a missing feature in the Slice View. Please feel free to add a feature request to the bug tracker. Cleaning up the Slice View is on our todo list for near future. Utkarsh On Fri, Oct 31, 2014 at 12:29 AM, Kazuyoshi Furutaka wrote: > Dear ParaView experts, > > How can I use the "An

Re: [Paraview] Installing Paraview with system IceT

2014-10-30 Thread Utkarsh Ayachit
Building ParaView with system IceT hasn't been tried/tested before. I suspect it would need some tinkering/patching to get working. Utkarsh On Thu, Oct 30, 2014 at 5:39 AM, Christian Butcher wrote: > Running ccmake to build the Makefile for Paraview-4.2.0 informs me > (when I set "VTK_USE_SYSTEM

Re: [Paraview] ScalarOpacityFunction property not set when saving python state

2014-10-29 Thread Utkarsh Ayachit
That sounds like a bug to me. Utkarsh On Thu, Oct 23, 2014 at 11:26 AM, Scott Wittenburg wrote: > Hi all, > >Has anyone else noticed this recently? At the bottom of this email is an > example of some state I just saved, which seems to be missing the following > line: > > magnitudeDisplay.Sc

Re: [Paraview] paraview performance

2014-10-29 Thread Utkarsh Ayachit
That'd work. You can use the benchmark module [1] too to give you info at a finer granularity. Utkarsh [1] http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/paraview.benchmark.html On Mon, Oct 27, 2014 at 12:12 PM, R C Bording wrote: > Hi, > Is there a rendering model that you have fo

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-29 Thread Utkarsh Ayachit
Simon, I am joining a little late to this conversation -- is this addressed yet? Utkarsh On Mon, Oct 20, 2014 at 11:57 AM, Su, Simon M CTR USARMY ARL (US) wrote: > Ben, > > Unfortunately, when I checked the CMakeCache.txt in the directory > paraview/src/paraview-build after the cmake ran, I am

Re: [Paraview] Segmentation Fault when using the vtkPVDReader

2014-10-27 Thread Utkarsh Ayachit
Bogdan, The deal is this: the vtkPVDReader is designed for ParaView, it uses some of the core client-server infrastructure in ParaView. Thus, you can't use it directly is a VTK-based C++ executable without initializing ParaView environment. Initializing ParaView environment is not too complicated.

Re: [Paraview] pvserver test on different systems (UNCLASSIFIED)

2014-10-27 Thread Utkarsh Ayachit
Simon, Although, explicit pvpython/pvbatch test isn't necessary, it's worth doing it since sometimes the paths to locate ParaView's Python modules can get messed up between different executables. > So for individual python packages, I will need to do the import test for all > the packages I want

Re: [Paraview] PointSprite_Plugin not displaying textures on ParaView 4.2.0 : solution proposal

2014-10-27 Thread Utkarsh Ayachit
(int)), > this->Internals->RepresentationProxy, prop); > > > Hope this helps > > Best regards, > > > Florian > > > Am 26.10.2014 um 17:02 schrieb Utkarsh Ayachit: >> >> [1]http://www.paraview.org/Bug/view.php?id=15078 > > > -- > Mi

Re: [Paraview] only displaying a range of line attribute values

2014-10-26 Thread Utkarsh Ayachit
Did you try using the "Threshold" filter? On Sun, Oct 26, 2014 at 1:03 PM, Tanaka Simon wrote: > easy question, but somehow i failed to google it. > > i have (4.2.0): > - multiblock .vtm data > - applied "ExtractBlock" filter to get the block containing some lines > - the lines have a scalar attr

Re: [Paraview] pvserver test on different systems (UNCLASSIFIED)

2014-10-26 Thread Utkarsh Ayachit
Simon, > is running, will that also test the ParaView binary we produced has a working > python within the ParaView? No. For that, you can run paraview executable and have it run the script on launch instead: paraview --script=sample.py > What about checking and see if numpy is available >

Re: [Paraview] PointSprite_Plugin not displaying textures on ParaView 4.2.0 Mac OSX 10.10

2014-10-26 Thread Utkarsh Ayachit
Matei, I was indeed able to reproduce the issue. I've reported a bug [1]. We'll track it down soon. Utkarsh [1] http://www.paraview.org/Bug/view.php?id=15078 On Fri, Oct 24, 2014 at 4:20 PM, Matei Stroila wrote: > Hi, > > I believe this is a bug: > The PointSprite_Plugin with ParaView 4.2.0 d

Re: [Paraview] Lights

2014-10-26 Thread Utkarsh Ayachit
There isn't any direct mechanism for it. ParaView currently only has two options: head light, or the "light kit" which comes with a fixed set of lights. Utkarsh On Sun, Oct 26, 2014 at 11:12 AM, Greg Abram wrote: > Can anyone tell me where the to set the lighting directions etc. in > PV 4

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

2014-10-16 Thread Utkarsh Ayachit
-block table... > > -Josh > > ________ > From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] > Sent: Thursday, September 25, 2014 11:23 AM > To: Joshua Murphy > Cc: paraview@paraview.org > Subject: Re: [Paraview] using calculator filter on a table? >

Re: [Paraview] Bug? - ExtractedSelection is mapped between Extracted Blocks

2014-10-16 Thread Utkarsh Ayachit
Try unchecking the "Purne Output" checkbox on the "Extract Block" filter's Property panel. The problem is that "Prune Output" changes the structure of the multiblock. Hence the selection defined in (3) resolves differently after (5). Utkarsh On Thu, Oct 16, 2014 at 7:03 AM, redkite wrote: > Hi,

Re: [Paraview] OpenGL2 backend in 4.2

2014-10-16 Thread Utkarsh Ayachit
Greg, This isn't ready for testing yet. There are still code changes that need to go into ParaView before folks can start building with OpenGL2 backend support. Utkarsh On Thu, Oct 16, 2014 at 11:26 AM, Greg Abram wrote: > Hey y'all - > > Anyone able to get the OpenGL2 backend to build? If

Re: [Paraview] Labeling specific points in dataset

2014-10-16 Thread Utkarsh Ayachit
You can tell DataLabelRepresentation to label using any data array. By adding an array such as "original ids" or something during the extraction processes, you can tell the representation to use that array for labeling instead. That's pretty much on extract-selection filters work too. On Thu, Oct

Re: [Paraview] service_identity issue

2014-10-15 Thread Utkarsh Ayachit
I am not sure why that module is being imported. Is something importing it manually? On Wed, Oct 15, 2014 at 11:51 AM, Kit Chambers wrote: > Hi All, > > I am currently getting the following error message when running a matplot > lib script through a ParaView derived application. > > lib/paraview-

Re: [Paraview] pvserver test on different systems (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
Simon, Yup, that'd be a perfect test (attached). You should run it with pvbatch. Utkarsh On Tue, Oct 14, 2014 at 3:03 PM, Su, Simon M CTR USARMY ARL (US) wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > Hello, > > We have several HPC systems that we compile/install different ParaVie

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

2014-10-14 Thread Utkarsh Ayachit
> Phone: 410-278-6266 > > > > > On 10/14/14, 8:57 AM, "Utkarsh Ayachit" > 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 Ayachi

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 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 &qu

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

2014-10-14 Thread Utkarsh Ayachit
ation. Next 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,

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

2014-10-14 Thread Utkarsh Ayachit
Rick, Are you taking referring to the "v4.1.0" tag on the superbuild repo? I'll add the v4.2.0 tag soon -- it just slipped my mind. Sorry about that. Utkarsh On Tue, Oct 14, 2014 at 8:12 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) wrote: > When doing a clean production build, it’s very

Re: [Paraview] Using PythonProgrammableFilter as a reader

2014-10-12 Thread Utkarsh Ayachit
I am not sure I follow why SetParameter won't work in your case. Something like following is what I often end up using for such cases. On Sun, Oct 12, 2014 at 2:00 PM, Jan Brezina wrote: > Hi, > > I'm trying to use vtkPythonProgrammableFilter to implement a reader i

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, Vanmoer

Re: [Paraview] calculator tensor field

2014-10-07 Thread Utkarsh Ayachit
> sigma_xx(e_x*e_x)+sigma_yy(e_y*e_y)+sigma_zz(e_z*_ez)+sigma_xy)(e_xe_y+e_ye_x)+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 : > >> Can you attach

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. Thu

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, wrote: > Hello everyone, > > I have three displacement field vector components u, v, w in my .vtk file > and wish to display the as

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 wrote: > Hello, > > I am developing a tool based on Paraview and I found this incorrect > functionality: > > Image Data (

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

2014-10-06 Thread Utkarsh Ayachit
azuyoshi Furutaka wrote: > Dear Utkarsh, > > Thanks for your mail. > > From: Utkarsh Ayachit > Subject: Re: [Paraview] Is the VIEW-UP vector updated automatically? > Date: Thu, 2 Oct 2014 16:00:33 -0400 > >> Yes, vtkCamera does often update it

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] 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 wrote: > Dear ParaView expert... > > I'm using ParaView Versio

Re: [Paraview] PV 4.2.0 custom site settings

2014-10-02 Thread Utkarsh Ayachit
Check this out as well: http://www.kitware.com/blog/home/post/672 There's a chapter in the new user's guide that covers this as well. Utkarsh On Thu, Oct 2, 2014 at 3:12 PM, Moreland, Kenneth wrote: > I see some hints about it in this bug report: > http://www.paraview.org/Bug/view.php?id=13575

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

2014-10-02 Thread Utkarsh Ayachit
the "make". So I guess that is not a legitimate syntax. > > > Many thanks. > > James > > -Original Message- > From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh > Ayachit > Sent: Thursday, October 02, 2014 7:19 AM > To: Livia Barazz

Re: [Paraview] Property Panel and Inheritance?

2014-10-02 Thread Utkarsh Ayachit
tween what is in the xml file, 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 wrot

Re: [Paraview] Property Panel and Inheritance?

2014-10-02 Thread Utkarsh Ayachit
asymmetrial. > > I looked, 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? > > Re

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] 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, wrote: > Hi all, > > I just downloaded the new version of Paraview, and I am very curious about > the new features. Unfortunately I can

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

2014-10-01 Thread Utkarsh Ayachit
ParaView-4.2.0-Darwin-64bit.dmg >><http://open.cdash.org/upload/8795bbbd55eda09914a36d2b92391e593195a560/ >>ParaView-4.2.0-Darwin-64bit.dmg> >> >> >> >>On Tue, Sep 30, 2014 at 7:43 PM, Utkarsh Ayachit < >>utkarsh.ayac...@kitware.com> wrote: >>

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 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 > > http://www.paraview.org/Bug/view.php?

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 wrote: > Hello Utkarsh, > > First of all thank you very much for answering. According to your answer, > yes you are right, t

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

2014-09-30 Thread Utkarsh Ayachit
te: > 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 > wrote: >> >> Hmm...can you try downloading from the dashboard directly: >> >> http://ope

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

2014-09-30 Thread Utkarsh Ayachit
braries/libavformat.55.48.100.dylib > Reason: image not found > > Binary Images: > 0x7fff5fc0 - 0x7fff5fc3bdef dyld 132.1 (???) > <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld > > > On Tue, Sep 30, 2014 at 7:26 PM, Utkarsh Ayachit > wrote: >> >

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 the

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=Download&version=v4.2&type=binary&os=osx&downloadFile=ParaView-4.2.0-Darwin-64bit-SnowLeopard.dmg On Tue, Sep 30,

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

2014-09-30 Thread Utkarsh Ayachit
ose 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 example, your XML is setup to provide the inputs on multiple >> "ports", while you

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread Utkarsh Ayachit
oolbarActions.h sphBActionCreateSource.h > sphBAction.h ) > ELSE () > QT4_WRAP_CPP(MOC_SRCS SPHToolbarActions.h sphBActionCreateSource.h > sphBAction.h ) > ENDIF () > > # This is a macro for adding QActionGroup subclasses automatically as > toolbars. > ADD_PARAVIEW_ACTION_GRO

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) wrote: > Cla

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 9:23

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

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread Utkarsh Ayachit
my compliments for the way 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 (&q

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 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 for this ch

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

[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] 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

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

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, F

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 a

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 Mur

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

2014-09-25 Thread Utkarsh Ayachit
Python console >>any more. >>Thank you! >>Now I can 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 >> >>&g

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

2014-09-24 Thread Utkarsh Ayachit
> else // etc > { > ...; > } > > Is this indeed the way to do it, or are there (more efficient) > alternatives? > > Kind Regards, > Bertwim > > > On 09/23/2014 03:01 PM, Utkarsh Ayachit wrote: >> Bertwim, >>

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
route that I don't even know where/how to begin to ask for help. > > I will give -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 &

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 p

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 c

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

2014-09-22 Thread Utkarsh Ayachit
pvd would be >> visible, but it wasn't. >> > >> > You said that the reader to reload should be the active reader. How do I >> see which reader is the active one? The pvd collection was highlighted when I >> activated the macro. Do I have to do something else? >>

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

2014-09-22 Thread Utkarsh Ayachit
macro. Do I have to do something else? > > Thanks, > > Matthias > >> -Ursprüngliche Nachricht- >> Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] >> Gesendet: Sonntag, 21. September 2014 16:17 >> An: Zenker, Dr. Matthias >> Cc: Cory Quam

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

2014-09-21 Thread Utkarsh Ayachit
n't forget that the weekend is also there to have some free > time... ;) > > Matthias > >> -Ursprüngliche Nachricht----- >> Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] >> Gesendet: Donnerstag, 18. September 2014 14:46 >> An: Zenker

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

2014-09-18 Thread Utkarsh Ayachit
? > > 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

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 A

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 wha

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 exp

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

2014-09-17 Thread Utkarsh Ayachit
ork. > > what are the data types for the .Set() functions ? For example in the case > of Masking ? Where can I find the C++ masking options and its data type to > be used with vtkSMPropertyHelper ? Or do you suggest another way of > accessing these properties ? > > Thank you very

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

2014-09-16 Thread Utkarsh Ayachit
ON OF SIMULATION-SOFTWARE! > > Go to http://www.diffpack.com to read the details > ********* > > Am 16.09.2014 um 14:43 schrieb Utkarsh Ayachit > : > > It's under "ParaVIewCore/ServerManager/Rendering/" in the ParaVIew source[1] > > Utkarsh > > [1] > http

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

2014-09-16 Thread Utkarsh Ayachit
ng.h > > cannot 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 > : > > Attached is an example based on ParaView 4.2-RC1. As it shows, you >

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] https://github.c

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