[Paraview] How do I download a previous version of PavaView via git?

2011-12-13 Thread Joe Ping-Lin Hsiao
Hi, I wonder is there a way to download a previous version of ParaView, say 3.10.1, via git? I have to modify ParaView source code for my application. I also want to benefit from using newer ParaView in the future. So I want to test if I update ParaView through git, will my modification be

Re: [Paraview] How do I download a previous version of PavaView via git?

2011-12-13 Thread Joe Ping-Lin Hsiao
Thanks! That's what I need. -Joe On Tue, Dec 13, 2011 at 1:38 PM, Robert Maynard robert.mayn...@kitware.com wrote: use git tag to list all the releases of ParaView use git checkout with the tag name to checkout that version of ParaView. On Tue, Dec 13, 2011 at 1:07 PM, Joe Ping-Lin Hsiao

[Paraview] Comments typo in vtkSMNewWidgetRepresentationProxy.h?

2011-12-14 Thread Joe Ping-Lin Hsiao
Hi, I used to inherit ParaView-3.8.1\Servers\ServerManager\vtkSMSurfaceRepresentationProxy.h to create an isosurface. But the class was gone since ParaView 3.10. I found ParaView-3.12.0\ParaViewCore\ServerManagervtkSMNewWidgetRepresentationProxy.h has identical comments. Can I use the class to

Re: [Paraview] Comments typo in vtkSMNewWidgetRepresentationProxy.h?

2011-12-14 Thread Joe Ping-Lin Hsiao
an isosurface ? Could you be more precise on what you use to do on 3.10 and what you try to do in general ? Thanks, Seb On Wed, Dec 14, 2011 at 1:57 PM, Joe Ping-Lin Hsiao phs...@cs.unc.edu wrote: Hi, I used to inherit ParaView-3.8.1\Servers\ServerManager\vtkSMSurfaceRepresentationProxy.h

[Paraview] How to stop ParaView using LOD for volume rendering

2012-01-02 Thread Joe Ping-Lin Hsiao
Hi, When I created a wavelet source and switched to volume representation, I noticed that the volume rendering becomes a bit blurry when I rotate the data, and about one second later after I stopped the rotation, the rendering switches back to the non-blurry data. It seems to me ParaView was

[Paraview] Plugin to modify the current transfer function

2013-11-15 Thread Joe Ping-Lin Hsiao
I want to modify the transfer function from my plugin, e.g. add and delete points. In VTK, it would be calling vtkPiecewiseFunction-AddPoint(). Can I do that in Paraview? Thanks, Joe ___ Powered by www.kitware.com Visit other Kitware open-source

[Paraview] Show scalar range on a slider bar

2013-11-26 Thread Joe Ping-Lin Hsiao
Hi, I'd like to expose a double variable in the form of slider. In the Wiki example, the range of the scalar values are hard-coded. I wonder if there's any why to read the scalar range in my code and reflect that back to the the slider. Thanks, Joe ___

Re: [Paraview] Show scalar range on a slider bar

2013-11-27 Thread Joe Ping-Lin Hsiao
, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I am not sure I follow the question. Are you talking about how to put a slider on Properties panel based on something on the filter XML? On Tue, Nov 26, 2013 at 3:19 PM, Joe Ping-Lin Hsiao phs...@cs.unc.edu wrote: Hi, I'd like to expose

Re: [Paraview] Plugin to modify the current transfer function

2013-11-27 Thread Joe Ping-Lin Hsiao
, 2013 at 10:36 AM, Joe Ping-Lin Hsiao phs...@cs.unc.edu wrote: I want to modify the transfer function from my plugin, e.g. add and delete points. In VTK, it would be calling vtkPiecewiseFunction-AddPoint(). Can I do that in Paraview? Thanks, Joe

Re: [Paraview] Show scalar range on a slider bar

2013-11-27 Thread Joe Ping-Lin Hsiao
/ /RequiredProperties /ArrayRangeDomain instead of DoubleRangeDomain name=range min=0.0 max=1.0 /. On Wed, Nov 27, 2013 at 1:37 PM, Joe Ping-Lin Hsiao phs...@cs.unc.eduwrote: What I am asking is how to dynamically change a slider's min and max values on Properties panel. ParaView wiki has

Re: [Paraview] Plugin to modify the current transfer function

2013-12-03 Thread Joe Ping-Lin Hsiao
no new point in the color map. There are just the two default color points. Am I missing something? On Wed, Nov 27, 2013 at 2:56 PM, Joe Ping-Lin Hsiao phs...@cs.unc.eduwrote: Which libraries should I link to use pqActiveObjects? I tried ${PARAVIEW_BUILD_SHARED_LIBS} but it doesn't work. Joe

Re: [Paraview] auto accept on IntVectorProperty

2013-12-06 Thread Joe Ping-Lin Hsiao
Is it possible to limit the auto-apply feature to only work on the current filter, not globally on every filter? Joe On Fri, May 31, 2013 at 3:13 PM, Kyle Lutz kyle.l...@kitware.com wrote: On Thu, May 30, 2013 at 6:12 PM, fiss...@pitt.edu wrote: Hi, I have a plugin filter that uses an

[Paraview] How to automatically load custom filters?

2014-05-13 Thread Joe Ping-Lin Hsiao
I wrapped up a pipeline, created a custom filter by Tools-Create Custom Filter, and exported it as a .xml file. I noticed that once I import the custom filter, ParaView remembers to load it afterwards. But if I am creating an installer for a custom application, how to make the program

Re: [Paraview] Create 4D Animation from sets of 3D Data

2017-11-06 Thread Joe Ping-Lin Hsiao
iew/paraview/issues/17820), but in > the mean time you could try a different image format. You could try either > raw or tiff format. > > > > -Ken > > > > *From:* Joe Ping-Lin Hsiao [mailto:phs...@cs.unc.edu] > *Sent:* Monday, November 6, 2017 9:21 AM > *To:* Moreland,

Re: [Paraview] Create 4D Animation from sets of 3D Data

2017-11-06 Thread Joe Ping-Lin Hsiao
Hi Ken, I I can load a bunch of .nrrd volume scans into ParaView as one unit. But when I play the animation, the animation only stays at the first volume and would not proceed. The reason may be that the files do not have time step information. In the "information" tab, the "Time" table of my 4d

Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-01-23 Thread Joe Ping-Lin Hsiao
Yes exactly. On Tue, Jan 23, 2018 at 3:47 PM, Cory Quammen <cory.quam...@kitware.com> wrote: > Hi Joe, > > Are you referring to the circular (polar axes) in the image? It says > 90.0 deg, 45.0 deg., etc. > > Thanks, > Cory > > On Tue, Jan 23, 2018 at