[Paraview] request help with plugin and line widget

2010-05-17 Thread Phil Amburn
I am new to ParaView plugins and would really appreciate help with a task. I want to read a structured grid file and probe the grid with a line, almost identical to ParaView's Plot Over Line filter. This new filter needs to generate a particular meteorology plot called Skew T Log P rather than

Re: [Paraview] need an example of using Paraview Client/Server API

2010-05-17 Thread Utkarsh Ayachit
Jenya, Before answering this question, may I ask what type of application you are trying to create? The question is, is it a Qt-based application at all? Or a pure client-server C++ application. Utkarsh On Fri, May 14, 2010 at 3:50 PM, Jenya Burstein taijin...@gmail.com wrote: Hello, I am

Re: [Paraview] Too many open files

2010-05-17 Thread Carolyn Stancoff
Where do I put that? I'm using Windows XP which I think allows a maximum of 2048 open files. So I assume I need to put this in the ParaView code. I'm also wondering if there is a reason why the files need to stay open. It would be a lot nicer if I could close the files instead of leaving them

Re: [Paraview] Branding branch

2010-05-17 Thread A M
Yes the ParaView Works perfectly fine! However I fixed the problem and now I can compile the examples!! I think there was two things caused this issue 1. as you mentioned I had the compiled and binary of Paraview (Two different versions) both installed on the my computer which I think

Re: [Paraview] ParaView 3.8-RC1 Not Copying Custom Plugins

2010-05-17 Thread Dave Partyka
Hi Mike, I committed your patch to master and cherry picked it onto the release branch. On Mon, May 17, 2010 at 9:41 AM, Michael Jackson mike.jack...@bluequartz.net wrote: 519:[mjack...@ferb:ParaView]$ git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 45eef61..6698fcc 100644 ---