[Paraview] changing default representation

2011-11-17 Thread Jagjeet Nain
Hi, I want to change the default representation of ParametricSource plugin from Examples/Plugins. I know I can do that in the Paraview GUI, choosing it from drop-down list. But I want to change it using servermanager.xml for this example so that source plugin is loaded, it is loaded in chosen repre

Re: [Paraview] changing default representation

2011-11-18 Thread Jagjeet Nain
Hi, I want to change the default representation of "ParametricSource plugin" in Examples/Plugins. I know I can do that in the Paraview GUI, choosing it from drop-down list. But I want to change it using servermanager.xml for this example so that when source plugin is loaded, it is loaded in chosen

Re: [Paraview] changing default representation

2011-11-21 Thread Jagjeet Nain
supported currently though plugins. > > Utkarsh > > On Fri, Nov 18, 2011 at 10:30 AM, Jagjeet Nain > wrote: > > Hi, > > I want to change the default representation of "ParametricSource > plugin" in > > Examples/Plugins. > > I know I can do that in the Pa

[Paraview] Reader Plugin stopped working with ParaView 3.12

2012-01-17 Thread Jagjeet Nain
Hi, I had a reader plugin which used to work fine with ParaView 3.8.1, but stopped working when it was compiled with paraview 3.12. This reader used to load image geometry as points and then used to load image as texture to be overlaid on points. After porting to Paraview 3.12, only Points geometr

[Paraview] Strange problem Paraview plug-in compilation with VS 2008

2012-02-05 Thread Jagjeet Nain
Hi ALL, I am facing a strange problem with my ParaView 3.12 "Plugin" compilation. My Paraview 3.12 build with VS2008 was ok and I am successfully able to run Paraview client. However when I tries to compile Example plugin, I gets below error. and this problem is not plugin specific, i get same er

Re: [Paraview] Strange problem Paraview plug-in compilation with VS 2008

2012-02-05 Thread Jagjeet Nain
Little correction: Below problem is not at the compile time, it is at the solution file generation time with CMake. On Sun, Feb 5, 2012 at 3:10 PM, Jagjeet Nain wrote: > Hi ALL, > > I am facing a strange problem with my ParaView 3.12 "Plugin" compilation. > My Paraview

[Paraview] small bug in VTK/Utilities/vtktiff compilation for windows only

2012-02-15 Thread Jagjeet Nain
functions from vtktiff libraray in Windows. This creates problem when Somebody tries to use these not exported functions... with regards Jagjeet Nain ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] plugin signature mismatch

2012-03-07 Thread Jagjeet Nain
This means that installed version of Paraview 3.14(from installer) was not compiled with MS Visual Studio 2008. Will be good if you build Paraview 3.14 from source and use that.. regards Jagjeet Nain On Wed, Mar 7, 2012 at 4:38 PM, Matei Stroila wrote: > I compiled a plugin with MS Vis