Re: [Paraview] what defines the font type and size of CubeAxis?

2011-01-10 Thread Utkarsh Ayachit
Ricardo, Looks like currently there's no way to change the cube-axes font and other properties. Feel free to add a feature request for that. Seems like a reasonable request. Utkarsh On Fri, Jan 7, 2011 at 2:09 PM, Ricardo Reis rr...@aero.ist.utl.pt wrote:  I mean, of the axis shown by  

Re: [Paraview] slice + stream tracer only on 1/2 of the slice

2011-01-10 Thread Utkarsh Ayachit
You could clip the data instead of slice and then stream-trace the clipped part. Utkarsh On Mon, Jan 10, 2011 at 9:54 AM, Stephen Wornom stephen.wor...@inria.fr wrote: I make a z-slice of 3D data. I would like to use stream tracer only on the top 1/2. How do I do this? Thanks if advance,

Re: [Paraview] Turn off the clipping plan

2011-01-10 Thread Utkarsh Ayachit
By turning off clip plane, you mean hiding the widget? There is clean way of hiding the widget from Python. A work around is setting the active source to be something other than the clip filter using SetActiveSource(...) Utkarsh On Mon, Jan 10, 2011 at 6:40 PM, wast...@gmail.com wrote: Any

Re: [Paraview] Turn off the clipping plan

2011-01-10 Thread Utkarsh Ayachit
I meant there is NO clean way ... :). On Mon, Jan 10, 2011 at 10:20 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: By turning off clip plane, you mean hiding the widget? There is clean way of hiding the widget from Python. A work around is setting the active source to be something

Re: [Paraview] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Utkarsh Ayachit
What version are you using? I just tried with git-master (3.9) and selection seems to work fine on disk_out_ref dataset with SurfaceLIC. Utkarsh 2011/1/11 Aurélien Marsan aur.mar...@gmail.com: Good Morning, All is in the title. Does anyone already noticed that ? Regard, Aurélien

Re: [Paraview] Level of Detail (LOD) significantly slower in PV3.9.0 compared to PV3.8.1

2011-01-13 Thread Utkarsh Ayachit
however from the coarse view back to the detailed one pv 3.9.0 is about factor of 2-4 slower compared to pv 3.8.1. ParaView 3.9 has a feature which can be turned off by the user using the Setting dialog which results in ParaView delaying the switch back from Interactive render by a few seconds.

Re: [Paraview] cell-id selection

2011-01-13 Thread Utkarsh Ayachit
Try apply a filter such a Extract Surface and then select on the surface. Extract Surface will extract surface triangles from your tets, then you can select those. One cannot select faces of a cell without selecting the whole cell in ParaView, so you have to apply a filter to change your dataset

Re: [Paraview] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-13 Thread Utkarsh Ayachit
will download the 3.8.1 on your website and compile it, and check if it works. I will let you know. Le 11 janvier 2011 14:59, Utkarsh Ayachit utkarsh.ayac...@kitware.com a écrit : What version are you using? I just tried with git-master (3.9) and selection seems to work fine on disk_out_ref dataset

Re: [Paraview] Updating the GUI when the filename has changed

2011-01-13 Thread Utkarsh Ayachit
Unfortunately, this is not possible with auto-generated GUIs. You have have a custom panel in which you explicitly update property informations when the filename is changed. Utkarsh On Thu, Jan 13, 2011 at 1:13 PM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, I'm exposing the file name for

Re: [Paraview] Hint to color the output by a given array

2011-01-14 Thread Utkarsh Ayachit
It's not possible currently, but not a bad idea at all. Feel free to add it to the bug tracker. Shouldn't be too hard to implement. Utkarsh On Fri, Jan 14, 2011 at 6:19 AM, Stephane PLOIX stephane.pl...@edf.frwrote: Hi, Is there a Hint tag that I can use to tell ParaView to color the output

Re: [Paraview] ParaView v3.9.0: problems with exporter plug-in

2011-01-18 Thread Utkarsh Ayachit
Don't use vtkMapper::GetInput(), that downcasts to vtkPolyData. Using GetInputDataObject(..) API. That should return you the dataobject. It may be a vtkCOmpositeDataSet (since ParaView no longer merges blocks in composite dataset before rendering). You'll have to handle each block in your

Re: [Paraview] xdmf mailing list

2011-01-18 Thread Utkarsh Ayachit
Here's the link to the xdmf mailing list: http://www.kitware.com/cgi-bin/mailman/listinfo/xdmf Dave, can you fix the wiki please? You seem to have access to it, I don't. Utkarsh On Mon, Jan 17, 2011 at 9:18 PM, Dan Lussier dtluss...@gmail.com wrote: I have tried to sign up for the XDMF mailing

Re: [Paraview] python script how to change Data Range

2011-01-18 Thread Utkarsh Ayachit
The arguments to GetLookupTableForArray() are only the default values, when a new lookuptable is created. If one exists, then they don't make any changes. Change the RGBPoints explicitly as follows: 1_p_PVLookupTable.RGBPoints = [] Utkarsh 2011/1/18 小縣信也 so020...@gmail.com: Hi paraviewers!

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-19 Thread Utkarsh Ayachit
Do you have multiple versions of paraview installed by any chance? On Tue, Jan 18, 2011 at 5:47 PM, newsboost guy newsbo...@gmail.com wrote: Hi David: - thanks for LD_LIBRARY_PATH-suggestion - I also found this suggestion on google and tried it earlier, however it still didn't / doesn't

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-19 Thread Utkarsh Ayachit
If you simply run pvpython executable and import paraview, does that work? Utkarsh On Wed, Jan 19, 2011 at 8:34 AM, Mr. M newsbo...@gmail.com wrote: Sorry, no - I'm sure that there's only one version of paraview installed - the machine has a fresh Ubuntu 10.10 installation... Utkarsh Ayachit

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-19 Thread Utkarsh Ayachit
AttributeError: GetProxyDefinitionsUpdated Any ideas? Isn't this a bug (or is it ubuntu-related)? Utkarsh Ayachit wrote: If you simply run pvpython executable and import paraview, does that work? Utkarsh On Wed, Jan 19, 2011 at 8:34 AM, Mr. M newsbo...@gmail.com wrote: Sorry, no - I'm sure

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-19 Thread Utkarsh Ayachit
with error message about the mailserver and after trying a couple of times, the mailprogram crashed and refused to send you the answer, so here's the answer - and I hope the mail-program will not complain this time... Utkarsh Ayachit wrote: I doubt it's ubuntu related. This is stop ParaView 3.8.0

Re: [Paraview] Write a reader plugin

2011-01-21 Thread Utkarsh Ayachit
vtkStructuredGridReader is a vtkDataReader subclass. So, unless you are writing a reader that reads a file similar to the legacy VTK files, I'd simply subclass vtkStructuredGridAlgorithm making sure that you set the NumberOfInputPorts to 0 in the constructor of your subclass. The information

Re: [Paraview] Parallel rendering of Text sources

2011-01-24 Thread Utkarsh Ayachit
Not sure about 3.8.1, but it's definitely fixed in the development version and will be for the upcoming release 3.10.0. The release candidate binaries should be available for download in the next few days. Utkarsh On Mon, Jan 24, 2011 at 9:43 AM, Eelco van Vliet eelc...@gmail.com wrote: Dear

Re: [Paraview] ParaView Trace

2011-01-25 Thread Utkarsh Ayachit
Hussein, That's a known issue:http://paraview.org/Bug/view.php?id=11744 It should be resolved by 3.10.1. In the meantime, to see how to save animation from Python, refer to : http://paraview.org/Wiki/ParaView/Python_Scripting#Animating Utkarsh On Tue, Jan 25, 2011 at 12:31 PM, Hussein Ezzat

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-01-28 Thread Utkarsh Ayachit
What version of ParaView are you using? Did you load the plugin before loading your dataset? It is essential that the plugin was loaded before the data was shown in any view. If that's not the case, you can close the view and create a new one after you load the plugin. Utkarsh 2011/1/28 Aurélien

Re: [Paraview] Client-server mode / data streaming problem

2011-01-31 Thread Utkarsh Ayachit
Pierre, Do you have a sample dataset that I reproduce this issue with? Thanks Utkarsh On Mon, Jan 31, 2011 at 8:56 AM, Pierre-Olivier Dallaire pierre-olivier.dalla...@videotron.ca wrote: Good morning, I tested different scenarios using OpenFOAM cases and found out that this problem happens

Re: [Paraview] Delayed load pqLoadDataReaction

2011-02-01 Thread Utkarsh Ayachit
YOu might want to listen to representationAdded(..) signal fired by the source. I am guessing you're trying to access the representation even before its created. Utkarsh On Tue, Feb 1, 2011 at 7:52 AM, Christoffer Green christoffer.gr...@gmail.com wrote: Hello I am developing an application

Re: [Paraview] Client-server mode / data streaming problem

2011-02-01 Thread Utkarsh Ayachit
To close the loop on this issue on the list, we tracked this down and I've committed a fix to git-master. I should be included in the 3.10 release (not sure it will make it into the 3.10.rc1 however). commit e18fd43477e54c9778e3c717a6192287a0d0d53d Author: Utkarsh Ayachit utkarsh.ayac

Re: [Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro

2011-02-03 Thread Utkarsh Ayachit
Here's an extract from the ParaViewPlugins.cmake. Hope that helps. # SERVER_MANAGER_SOURCES will be wrapped # SERVER_MANAGER_XML will be embedded and give to the client when loaded # SERVER_SOURCES is for other source files # PYTHON_MODULES allows you to embed python sources as modules #

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Utkarsh Ayachit
. Unfortunately it doesn't solve anything... Could it be something related to the names of the files, that is called libNAME... instead of NAME... I already met this kind of problems, due to the compilation with mingw. (for the vtk python library for instance) Le 3 février 2011 17:07, Utkarsh Ayachit

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Utkarsh Ayachit
I'm afraid that's what I'd suggest. Unless there's a strong push from the community to support mingw, I don't think we'd be taking the plunge. Utkarsh 2011/2/3 Aurélien Marsan aur.mar...@gmail.com: Not really, except in order to work with commands that I know better than visual studio. And

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Utkarsh Ayachit
No free compiler in order to build paraview on a 64bits system then ? You can still use the 32-bit VS-Express compilers to build 32-bit binaries on 64-bit machines. Unless you are loading really large datasets, 32-bit ParaView should work just as well for you. Utkarsh

Re: [Paraview] Displaying a value on top of an animation

2011-02-07 Thread Utkarsh Ayachit
You can change your filter (or add a new one) that outputs a vtkTable with a single row and column of a string containing the text you want to show (look at vtkTimeToTextConvertor) and then in the XML for the filter add the following hint (same as the TimeToTextConvertor in

Re: [Paraview] Write a reader plugin

2011-02-07 Thread Utkarsh Ayachit
Xunlei, Are you expecting to see the extents setup correctly before hitting the Apply button the first time? That indeed won't be the case. You'll have to hit apply and let the actual data-reading happen before the information will be shown on the information tab. Utkarsh On Sat, Feb 5, 2011 at

Re: [Paraview] Write a reader plugin

2011-02-07 Thread Utkarsh Ayachit
: www.ara.co.uk -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent: 07 February 2011 14:50 To: Xunlei Wu Cc: paraview@paraview.org Subject: Re: [Paraview] Write a reader plugin Xunlei, Are you expecting to see

Re: [Paraview] Write a reader plugin

2011-02-07 Thread Utkarsh Ayachit
the entire data set. Best, x On 2/7/2011 1:29 PM, Utkarsh Ayachit wrote: Adriano, I don't believe the two are related. The Information Tab is not directly related to the information produced by the filter in RequestInformation. The Information tab can be thought of as information from

Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-09 Thread Utkarsh Ayachit
Is this on Windows? Utkarsh On Wed, Feb 9, 2011 at 4:23 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello. I found a screenshot problem with LIC in PV 3.10.0-RC, but this problem already existed in PV 3.8. I have a multiblock surface with a friction vector and a pressure variable. I

Re: [Paraview] pvpython message

2011-02-11 Thread Utkarsh Ayachit
Out of curiosity, why would you want to disable the message? It's only shown when pvpython is run as an interactive session, never when a script argument is specified or with pvbatch. Utkarsh 2011/2/11 Adriano Gagliardi agaglia...@ara.co.uk: Thanks, Aurelian. I don't like random hacks, but if

Re: [Paraview] Remote Rendering problems

2011-02-11 Thread Utkarsh Ayachit
) moo...@research.ge.com wrote: I'm not using either.  Just using pvserver to give remote-accessibility. -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, February 11, 2011 12:06 PM To: Moore, Branden J (GE Global Research) Cc: paraview

Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-11 Thread Utkarsh Ayachit
a different solid color, then the LIC color by variable comes back on the dataset, and the saved picture is colored by variable as expected. So the problem in Linux could be some kind of time delay, the picture being saved while the 3D view is changing to solid color? Richard Utkarsh

Re: [Paraview] Plotting line data on the surface of a sphere

2011-02-11 Thread Utkarsh Ayachit
Have you tried using Plot On Intersection Curves filter? Utkarsh On Thu, Feb 10, 2011 at 1:32 PM, Dan Bower d...@gps.caltech.edu wrote: Hi all, I am plotting a spherical data volume using structuredgrid.  I also want to plot line data on the surface of the sphere.  Presently the line data

Re: [Paraview] moving cameras

2011-02-13 Thread Utkarsh Ayachit
What operating system is this? I just tried it on mac and I don't seem to have any issue adding the second orbit for the second view irrespective of whether I add the orbit immediately after creating the view or and some other point in future. Is there something else I should be doing to reproduce

Re: [Paraview] Viewing points of an Unstructured Grid

2011-02-13 Thread Utkarsh Ayachit
You can apply the glyph filter. Or use the Point Sprite plugin to show sprites at the point locations. Utkarsh On Mon, Feb 7, 2011 at 4:22 PM, Panagiotis Foteinos pafot...@gmail.com wrote: Hello yall. I have an unstructured grid with the cells being VTK_LINES. Is there a way to display only

Re: [Paraview] Plugin Autoload

2011-02-13 Thread Utkarsh Ayachit
It's a bug alright. XML-plugins are being treated as second class citizens by the plugin management code right now. Hopefully we can get this fixed for 4.0. Utkarsh 2011/2/4 Aurélien Marsan aur.mar...@gmail.com: Hi, Just a little mail in order to remember this :

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-14 Thread Utkarsh Ayachit
Christoffer, You need to redefine the Hints for the PropertyGroup on the CompoundSourceProxy as well. Also the properties that the widget is controlling, such as Point1WorldPosition, Point2WorldPosition, Resolution must be exposed from the CompoundSourceProxy. Utkarsh On Mon, Feb 14, 2011 at

Re: [Paraview] moving cameras

2011-02-14 Thread Utkarsh Ayachit
make something like 2x2 viewports and then start adding cameras, you will only be able to add one. -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Monday, 14 February 2011 3:55 PM To: Cohen, Ray (CMIS, Clayton) Cc: paraview@paraview.org Subject

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Utkarsh Ayachit
Are you sure there isn't some dll conflict issue? Do you have other installations of ParaView? Utkarsh On Mon, Feb 14, 2011 at 1:10 PM, Xunlei Wu xun...@renci.org wrote: Hi All, I am trying to run paraview.exe after built it (Debug version) on a Windows7 64bit + MSVC2010 machine. However the

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Utkarsh Ayachit
copy of ParaView I am building from git source. I have no ther VTK installation. BTW, do you see many issues with MSVC2010? I am frustrated with ParaView building process and not sure whether it is compiler/IDE related. Thanks a lot. Best, x -Original Message- From: Utkarsh

Re: [Paraview] calling apply from inside a filter (reader)

2011-02-14 Thread Utkarsh Ayachit
The only way is to write a custom panel for your filter that calls apply() on the panel and requests a render everytime the slider moves. Utkarsh On Mon, Feb 14, 2011 at 10:55 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr wrote: Hello everybody, I have a reader and I will like to update my

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Utkarsh Ayachit
/     /CompoundSourceProxy   /ProxyGroup /ServerManagerConfiguration - Thanks BR/ Christoffer On Mon, Feb 14, 2011 at 6:52 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Christoffer, You need to redefine the Hints for the PropertyGroup on the CompoundSourceProxy  as well. Also

Re: [Paraview] failed to launch paraview.exe

2011-02-18 Thread Utkarsh Ayachit
help ParaView performance on Windows machine? Best, x From: David Partyka [mailto:david.part...@kitware.com] Sent: Monday, February 14, 2011 1:36 PM To: Xunlei Wu Cc: Utkarsh Ayachit; paraview@paraview.org Subject: Re: [Paraview] failed to launch paraview.exe Just to confirm

Re: [Paraview] Problem with LIC representation in PV3.10-RC1

2011-02-23 Thread Utkarsh Ayachit
Were you loading a state file or something? ParaView will never use 'SurfaceRepresentation as the default representation. On Wed, Feb 23, 2011 at 9:39 AM, Adriano Gagliardi agaglia...@ara.co.uk wrote: I just had a problem where I had my data loaded in and was visualising it using Surface

Re: [Paraview] Problem with LIC representation in PV3.10-RC1

2011-02-23 Thread Utkarsh Ayachit
: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 23 February 2011 14:49 To: agaglia...@ara.co.uk Cc: paraview@paraview.org Subject: Re: [Paraview] Problem with LIC representation in PV3.10-RC1 Were you loading a state file or something? ParaView will never use 'SurfaceRepresentation

Re: [Paraview] Viewing volumetric images

2011-02-23 Thread Utkarsh Ayachit
That's very odd. Any issues with OpenGL drivers? Are they all up-to-date, working correctly? Utkarsh On Wed, Feb 23, 2011 at 10:06 AM, Karl Battams karlbatt...@gmail.com wrote: I see this too. I compiled 3.10.0 from source on Ubuntu. I'm loading vtk files and volume rendering, and any action

Re: [Paraview] Viewing volumetric images

2011-02-23 Thread Utkarsh Ayachit
was not... Karl On Wed, Feb 23, 2011 at 12:57 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: That's very odd. Any issues with OpenGL drivers? Are they all up-to-date, working correctly? Utkarsh On Wed, Feb 23, 2011 at 10:06 AM, Karl Battams karlbatt...@gmail.com wrote: I see this too. I

Re: [Paraview] File-Save Data from python

2011-02-24 Thread Utkarsh Ayachit
Also look at: http://www.vtk.org/Wiki/ParaView/Python_Scripting#Exporting_CSV_Data writer = CreateWriter(.../foo.csv, source) writer.FieldAssociation = Points # or Cells writer.UpdatePipeline() del writer Utkarsh On Thu, Feb 24, 2011 at 4:51 AM, Paul Edwards paul.m.edwa...@gmail.com wrote:

Re: [Paraview] Viewing of 3D image data on object data with paraview

2011-02-24 Thread Utkarsh Ayachit
I believe the problem stems from the fact that although ITK supports associating transforms with ImageData itself, VTK and subsequently ParaView do not. If you look at vtkImageData class (http://www.vtk.org/doc/nightly/html/classvtkImageData.html), you notice that there's no API for

Re: [Paraview] pvrenderserver segfault with more than 2 servers

2011-02-24 Thread Utkarsh Ayachit
Just to close the loop on this, this bug has been fixed a while ago and should be working fine with 3.10-RC1. Utkarsh 2010/12/9 Nicolas Niclausse nicolas.niclau...@inria.fr: Hello I have the following setup: 1 node with 12 cores and 4 GPU (tesla C2050). I want to start 8 dataserver and 4

Re: [Paraview] building Xdmf2 submodule as a standalone library

2011-02-24 Thread Utkarsh Ayachit
The xdmf repository has two branches one for ParaView and other for standalone. You have to checkout master branch explicitly from the xmdf repository to build xdmf standalone. Utkarsh On Thu, Feb 24, 2011 at 2:12 PM, Dr. X xun...@renci.org wrote: Hi, Can I build Xdmf2 as a standalone

Re: [Paraview] Is vtkSMMultiViewRenderModuleProxy deprecated?

2011-02-28 Thread Utkarsh Ayachit
What exactly are you trying to do? vtkSMMultiViewRenderModuleProxy is deprecated, but it was never meant to be used directly anyways -- one simply created a view proxy and used it. Which is still true. Simply create multiple RenderView proxies and set ViewPosition and ViewSize properties on them

Re: [Paraview] Is vtkSMMultiViewRenderModuleProxy deprecated?

2011-03-01 Thread Utkarsh Ayachit
();     inputInteractor2-Delete();     interactorStyle2-Delete();     // Start interacting     interactor-Start();     interactor2-Start(); On Mon, Feb 28, 2011 at 10:49 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: What exactly are you trying to do? vtkSMMultiViewRenderModuleProxy

Re: [Paraview] Save Data for all branches

2011-03-02 Thread Utkarsh Ayachit
Here's a simple script that saves all sinks. from paraview.simple import * counter = 0 sources = GetSources() for source in sources.values(): has_consumer = False for i in range(0, source.GetNumberOfConsumers()): consumer = source.GetConsumerProxy(i) if consumer in sources.values():

Re: [Paraview] Save Data for all branches

2011-03-03 Thread Utkarsh Ayachit
. Is there any way we could provide this sort of facility for them? Ideally we're after a one-click type approach. We're happy to consider Custom Applications. Thanks. -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 02 March 2011 14:34 To: Arnold

Re: [Paraview] Reader Properties

2011-03-04 Thread Utkarsh Ayachit
Make the SizeProperty and information_only property with the right type of InformationHelper sepecified in teh XML. Then in your object panel you can call vtkSMProxy::UpdatePropertyInformation() and the access the value for the property. Utkarsh On Fri, Mar 4, 2011 at 10:02 AM,

Re: [Paraview] DIY Application problem

2011-03-04 Thread Utkarsh Ayachit
Is it possible to share you code? Pretty sure you are missing an equivalent of accept somewhere. Utkarsh On Fri, Mar 4, 2011 at 10:32 AM, Reuter, Michael A. reute...@ornl.gov wrote: Hi, I'm trying to get the DIY application up and running. I have successfully got it to compile and run, but

Re: [Paraview] DIY Application problem

2011-03-04 Thread Utkarsh Ayachit
wiki: http://www.paraview.org/Wiki/IEEE_Vis10_DIY_Vis_Application_-_ParaView, specifically for the QuickContour example. I get similar behavior from the SimpleApp example. I have made no modifications to the code. Cheers, M On 3/4/11 11:19 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com

Re: [Paraview] ParaView and Xdmf

2011-03-09 Thread Utkarsh Ayachit
No, Xdmf is not a plugin in ParaView, although, a developer can easily disable it, we don;t provide any options to the user so far to disable using Xdmf. Any particular reason why you want to disable Xdmf? Utkarsh On Wed, Mar 9, 2011 at 6:36 AM, Brian Panneton brian.panne...@gmail.com wrote: Is

Re: [Paraview] pqViewManager in Clone2

2011-03-09 Thread Utkarsh Ayachit
is RenderView3. Can someone let me know what I mess up in the code? Thanks. On Thu, Mar 18, 2010 at 11:22 AM, Utkarsh Ayachit utkarsh.ayachit at kitware.com wrote: Hello, If you are creating a custom application which always has 4 render windows, then I'd suggest not even using

Re: [Paraview] Plugin with own thread

2011-03-09 Thread Utkarsh Ayachit
You might want to read http://doc.qt.nokia.com/latest/threads-qobject.html especially the section about signal/slots and threads. In your code, contrary to what you expect, Trigger() is being called in your thread and not the main thread and hence the issues you might be seeing. If you simply

Re: [Paraview] ParaView and Xdmf

2011-03-09 Thread Utkarsh Ayachit
, at 11:16 AM, Utkarsh Ayachit wrote: No, Xdmf is not a plugin in ParaView, although, a developer can easily disable it, we don;t provide any options to the user so far to disable using Xdmf. Any particular reason why you want to disable Xdmf? Utkarsh On Wed, Mar 9, 2011 at 6:36 AM, Brian

Re: [Paraview] Plugin with own thread

2011-03-10 Thread Utkarsh Ayachit
thread. Is that right? Thanks again, Best regards, Stephan -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 9. März 2011 17:25 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] Plugin with own thread You

Re: [Paraview] Plugin with own thread

2011-03-10 Thread Utkarsh Ayachit
I replied prematurely without realizing the currentThreadId() is a static method. So have you changed the connect to use a queued connection or not? Utkarsh On Thu, Mar 10, 2011 at 8:05 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: If you look at http://doc.qt.nokia.com/latest

Re: [Paraview] Image color map

2011-03-10 Thread Utkarsh Ayachit
I seem to see the different shades just fine. If you are talking about the shades being just red and blue, that's the default lookup table, change the lookup table to rainbow if that's what you are expecting by clicking Edit color map. Utkarsh On Thu, Mar 10, 2011 at 7:51 AM, David Doria

Re: [Paraview] Object Inspector Properties Access

2011-03-10 Thread Utkarsh Ayachit
The correct way for doing this is to use domains and required properties for the domains. However the questions is can the values in drop-down #2 be determined without pushing the value chosen by the user for drop-down #1 to the server/VTK-object? Utkarsh On Thu, Mar 10, 2011 at 10:57 AM, Brian

Re: [Paraview] 3.10.0-RC1 volumne clipping - or mouse problems

2011-03-10 Thread Utkarsh Ayachit
Is it possible to share the data? If not, what are the data bounds (look on the information tab)? Utkarsh On Thu, Mar 10, 2011 at 1:54 PM, Paul McIntosh paul.mcint...@internetscooter.com wrote: Hi All, Further to the is the problem still exists in the official 3.10.0 release. Cheers, Paul

Re: [Paraview] 3.10 Segfault XDMF

2011-03-10 Thread Utkarsh Ayachit
Tim, That'd be great. You can send it directly to me too if you dont want to post it to the mailing list or it's too big for it. Thanks Utkarsh On Thu, Mar 10, 2011 at 2:39 PM, Tim Gallagher tim.gallag...@gatech.edu wrote: Bummer about XDMF_WRAP_PYTHON, but not a huge deal. The bigger

Re: [Paraview] Export of time-dependent data

2011-03-14 Thread Utkarsh Ayachit
Martin, You should also be able to choose only the quantities you want to load from the reader panel itself. Doesn't that help with performance. If not, I don't think saving out new file with fewer quantities would make much different either. Utkarsh On Sun, Mar 13, 2011 at 7:26 AM, Martin

Re: [Paraview] Export of time-dependent data

2011-03-14 Thread Utkarsh Ayachit
these quantities? I prefer to wait at the beginning and let paraview write a new dataset instead of waiting every time I click and the pipeline is re-executed.  Best regards,   Martin Quoting Utkarsh Ayachit utkarsh.ayac...@kitware.com: Martin, You should also be able to choose only the quantities

Re: [Paraview] Applying filters in sample app

2011-03-15 Thread Utkarsh Ayachit
You're simply missing a line to hide the previous representation. I just added in mpMainWindow::onCutButtonClicked before the render() call and the slice shows up. this-ActiveSourceRepr-setVisible(false); Utkarsh On Tue, Mar 15, 2011 at 12:17 PM, Reuter, Michael A. reute...@ornl.gov wrote:

Re: [Paraview] can not drag object in TestPVSynchronizedRenderWindows

2011-03-17 Thread Utkarsh Ayachit
I wouldn't recommend using TestPVSynchronizedRenderWindows as the basis for any code. It was an executable built specifically to test some functionality being developed at that time and will be removed in future. Look at BasicApp.cxx instead. Utkarsh On Thu, Mar 17, 2011 at 4:05 AM, Gil Wertz

Re: [Paraview] Access to the renderer

2011-03-18 Thread Utkarsh Ayachit
The short answer is you cannot do it. In ParaView logically filters are on data-server and renderers are on render-server. The abstractions provided by ParaView hide these components so that such things are very difficult to do. For the longer answer, it'd help if you can describe why you want to

Re: [Paraview] can not drag object in TestPVSynchronizedRenderWindows

2011-03-18 Thread Utkarsh Ayachit
Call the following after the view is created. void setupCameraManipulators(vtkSMProxy* view) { vtkSMProxyManager* pxm = vtkSMProxyManager::GetProxyManager(); vtkIdType cid = view-GetConnectionID(); vtkSMProxy* manip = pxm-NewProxy(cameramanipulators, TrackballRotate);

Re: [Paraview] Applying filters in sample app

2011-03-18 Thread Utkarsh Ayachit
. I'm also trying to get an ImplicitPlaneWidget (IPW) up at the same time. Is the default behavior for the IPW to be invisible? M On 3/15/11 3:10 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: You're simply missing a line to hide the previous representation. I just added in mpMainWindow

Re: [Paraview] 3.10.0-RC1 volumne clipping - or mouse problems

2011-03-18 Thread Utkarsh Ayachit
running nicely :) Cheers, Paul -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, 11 March 2011 2:36 PM To: Paul McIntosh Cc: paraview Subject: Re: [Paraview] 3.10.0-RC1 volumne clipping - or mouse problems That's very odd. I cannot seem

Re: [Paraview] Applying filters in sample app

2011-03-25 Thread Utkarsh Ayachit
. Many thanks, Owen. -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Reuter, Michael A. Sent: 21 March 2011 14:08 To: Utkarsh Ayachit Cc: paraview@paraview.org Subject: Re: [Paraview] Applying filters in sample app Hi

Re: [Paraview] Updateprogress issue

2011-03-28 Thread Utkarsh Ayachit
I think the problem maybe more on the ParaView side. Attached is a patch. Can you verify if that resolves the issue? Utkarsh On Mon, Mar 28, 2011 at 5:16 AM, owen.arn...@stfc.ac.uk wrote: Hi, I have a filter which executes some code in a third-party library, which takes a considerable

Re: [Paraview] having two plot on line in a same window

2011-03-28 Thread Utkarsh Ayachit
You can turn on the visibility for both the Plot Over Line filters in the same plot view to see both the curves in the same plot. Utkarsh On Tue, Mar 22, 2011 at 12:11 PM, ali rostai ali.ros...@gmail.com wrote: Hi, I am a new user of paraview. There is a simple channel and I want to see the

Re: [Paraview] Problem with editing mesh/model | Could You help me please ?

2011-03-28 Thread Utkarsh Ayachit
Agata, ParaView is not designed for such kinds of operations, so there are no easy ways for doing these in ParaView. Utkarsh On Mon, Mar 21, 2011 at 3:44 AM, Agata Krasoń agatakra...@gmail.com wrote: Hi  ParaView Users ;)  I have problem with editing mesh/models.  I have a model/mesh

Re: [Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Utkarsh Ayachit
I am not sure why you'd want to use a vtkPolyData. In fact, what you're doing with vtkTable seems very reasonable to me. Utkarsh On Mon, Mar 28, 2011 at 10:37 AM, Brian Panneton brian.panne...@gmail.com wrote: I am making a reader that will be reading in a bunch of X Y statistics. At first I

Re: [Paraview] Providing block names within .vtm files

2011-03-29 Thread Utkarsh Ayachit
FYI, I've added a feature request for the same:http://public.kitware.com/Bug/view.php?id=12023 Utkarsh On Fri, Mar 25, 2011 at 12:00 PM, Adriano Gagliardi agaglia...@ara.co.uk wrote: Jean, Your fix works fine and pretty simple to implement. Should this be added as a feature request or

Re: [Paraview] Applying filters in sample app

2011-03-29 Thread Utkarsh Ayachit
with the cut filter, I'm pulling up an object inspector widget for it. Is there a way I can attach the visibility of the plane to the check box in the inspector? Cheers, M On 3/25/11 7:54 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Guys, Attached is a patch that demonstrates

Re: [Paraview] C++ ProgrammableSource Servermanager

2011-03-30 Thread Utkarsh Ayachit
Yes, that's what all the default data-sources do. Take a look at the code for any of the other sources that matches most closely to what you're generating as a starting point. Utkarsh On Wed, Mar 30, 2011 at 8:23 AM, Atanas Atanasov atana...@in.tum.de wrote: Hello, i am trying to develop a

Re: [Paraview] Image Mathematics

2011-03-31 Thread Utkarsh Ayachit
I'm not surprised. A lot of code assumes the primary input to be named Input, although midway in the ParaView development lifespan we decided to abondon that notion, yet there may be code that assumes that. Feel free to file a bug, but I have a feeling it will be while before we attempt to fix

Re: [Paraview] pqColorScaleEditor crash

2011-03-31 Thread Utkarsh Ayachit
Gil, If you can provide the call-stack for where you're getting the segfault, it will be helpful. Utkarsh On Thu, Mar 31, 2011 at 10:13 AM, Gil Wertz gilwe...@hotmail.com wrote: I'm making a program that make calculation and try to integrate some Paraview stuff, every things goes fine, I have

Re: [Paraview] C++ ProgrammableSource Servermanager

2011-04-01 Thread Utkarsh Ayachit
is a structuredgrid source. What are the steps to create such source-plugin for Paraview? Should i create a vtk source class, which generates the initial grid. Do i need to write vtkClientServer classes?Can i generate them automatically? Best regards, A.Atanasov On 03/30/2011 03:07 PM, Utkarsh

Re: [Paraview] pqColorScaleEditor crash

2011-04-01 Thread Utkarsh Ayachit
No, lookup table management is application specific and hence we don't create any by default, it's set to null. Such kind of segfaults should have been easily caught in the debugger. You want to ensure that you are doing a debug build (by setting the CMAKE_BUILD_TYPE to Debug in cmake stage).

Re: [Paraview] Servermanager and widgets

2011-04-06 Thread Utkarsh Ayachit
of the vtkDistributedStreamTracer) To make it run , i have added a stillrender statement in the observer. This results in not so good performance during the movement of the LineWidget. How can i solve this issue?  Regards, A.Atanasov On 04/05/2011 05:35 PM, Utkarsh Ayachit wrote: In that case you

Re: [Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-04-06 Thread Utkarsh Ayachit
Pat, A few things to note: * Once the collaboration merge happens, we will change ParaView version to be 3.11.1. That's uncommon since we never change the patch version for developement branch, but we do this time so that developers can write code that works in both cases. * The merge will be

Re: [Paraview] programmable sourece-programmable filter - streamtracer parallel

2011-04-07 Thread Utkarsh Ayachit
Any reason why you are using ArbitrarySourceStreamTracer instead of StreamTracer especially since you say you are seeding over a line or point. Utkarsh On Thu, Apr 7, 2011 at 2:39 AM, Atanas Atanasov atana...@in.tum.de wrote: Hello, yes i can render the structured grid and velocities via

Re: [Paraview] How to get the vtkPolyData from ParaView representations?

2011-04-07 Thread Utkarsh Ayachit
The short answer is you can't. However if you don't care about this code working in client-server mode, then you can do something like follows: vtkPVDataRepresentation* rep =   repProxy-GetClientSideObject(); vtkDataObject* dobj = rep-GetRenderedDataObject(0); Utkarsh On Sun, Apr 3, 2011 at

[Paraview] ParaView Collaboration Overview

2011-04-07 Thread Utkarsh Ayachit
Following Sebastien's recent emails to the mailing list about forthcoming changes to enable collaboration support in ParaView, some of you may be wondering what this collaboration support entails. Here's a quick summary of the major features we plan. If you have any ideas or suggestions, please

Re: [Paraview] help with paraview plugin

2011-04-10 Thread Utkarsh Ayachit
Please subscribe to the paraview-users mailing list to post such queries (http://paraview.org/paraview/help/mailing.html) As far as the mapper question goes, the Wiki page needs to be updated. Refer to ParaViewSource/Examples/Plugins/Representation for the update example to add a new mapper.

Re: [Paraview] paraview kills itself while saving animation

2011-04-11 Thread Utkarsh Ayachit
Bart, A few memory leaks were detected in 3.10.0. We have fixes for those waiting to go into 3.10.1. You may want to wait for 3.10.1 (which should be out soon) and give that a try. Another thing to try would be to disable Geomtry Cache on the Animation Page in the Settings dialog (You'll have to

Re: [Paraview] set Representation opacity

2011-04-11 Thread Utkarsh Ayachit
Indeed. Another way I like to use to set properties is as follows: vtkSMProxy *proxy = representation-getProxy(); vtkSMPropertyHelper(proxy, Opacity).Set(value); proxy-UpdateVTKObjects(); Utkarsh On Mon, Apr 11, 2011 at 6:10 AM, Gil Wertz gilwe...@hotmail.com wrote: I founded a way to do that

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