[Paraview] How to include ParaView documentation to NSIS package

2010-08-16 Thread Nenad Vujicic
Hello all, I downloaded ParaView 3.8 sources, compiled them using VS 2008 with default options (+ turned on BUILD_SHARED_LIBS, PARAVIEW_ENABLE_PYTHON, BUILD_DOCUMENTATION and DOCUMENTATION_HTML_HELP) and created NSIS installer (using 'cpack -G NSIS --config Applications/ParaView/CPackParaViewConfi

[Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

2010-11-23 Thread Nenad Vujicic
Hello everyone, I tried to compile ParaView 3.8.1 with BUILD_SHARED_LIBS, PARAVIEW_USE_MPI and PARAVIEW_ENABLE_PYTHON options turned on, but I get following linking errors: 4> Creating library E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.lib and object E:\Projects\ParaView-3.8.1\build

Re: [Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

2010-11-29 Thread Nenad Vujicic
Dear Dave, On Mon, Nov 29, 2010 at 4:45 PM, Dave Partyka wrote: > Hi Nenad, Sorry for not replying, Utkarsh just pointed your email out to me. > Let me give this a try to see if I can recreate the problem. > Thank You very much for Your help. It seems I made little mistake in previous message -

[Paraview] How to add plug-in's parameters to ParaView state file

2011-01-02 Thread Nenad Vujicic
Hello everyone, I have developed exporter plug-in for ParaView with 50+ input parameters. At the moment, I'm setting parameters from dialog I start on menu action and preserve their values between ParaView sessions by using QSettings object. Is it possible to save these values in ParaView state fi

Re: [Paraview] How to add plug-in's parameters to ParaView state file

2011-01-03 Thread Nenad Vujicic
Dear Utkarsh, On Mon, Jan 3, 2011 at 2:30 PM, Utkarsh Ayachit wrote: > Every time SaveState is called in the ParaView GUI, pqApplicationCore > singleton fires a signal "stateSaved(vtkPVXMLElement*)". Your code can > handle this signal to add new child XML elements to the root. > Similarly, there'

Re: [Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

2011-01-06 Thread Nenad Vujicic
Hello everyone, > 4> Creating library > E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.lib and object > E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.exp > 4>MPI.obj : error LNK2019: unresolved external symbol > __imp__lt_dladvise_destroy referenced in function _dlopen_mpi_lib >

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

2011-01-18 Thread Nenad Vujicic
Hello everyone, Because of Xdmf problems inside of v3.8.1, I tried to use my exporter plug-in with current v3.9.0 sources. I downloaded sources from Git repository and compiled them with Visual Studio 2008 SP1, Python 2.7 and OpenMPI 1.4.3. Unfortunately, in exported scene I got only center of rot

[Paraview] Possible bug in v3.10 when multiple readers available

2011-03-28 Thread Nenad Vujicic
Hello everyone, I had problems when loading files for which there are more then one readers available. When I looked at Qt/ApplicationComponents/pqLoadDataReaction.cxx I noticed in pqLoadDataReaction::DetermineFileReader() Ln 187, pqSelectReaderDialog is shown only when there are more then 3 avail

[Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-04 Thread Nenad Vujicic
Hello everyone, I'm having some problems with porting my ParaView exporter plug-in to v3.10, because ParaView started using vtkCompositeDataSet internally instead of keeping components merged. The problem is in performing transformation of scalars to texture using vtkScalarsToColorsPainter class.

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-04 Thread Nenad Vujicic
something like a vrml/x3d file? But > that doesn't seem right since you say you are using the > PolyDataMapper. > > What is this plugin trying to achieve? > > Utkarsh > > On Wed, May 4, 2011 at 8:31 AM, Nenad Vujicic wrote: >> Hello everyone, >> >>

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-05 Thread Nenad Vujicic
e is being put. You say it's > an exporter? Meaning it exports to something like a vrml/x3d file? But > that doesn't seem right since you say you are using the > PolyDataMapper. > > What is this plugin trying to achieve? > > Utkarsh > > On Wed, May 4, 2011 at 8:31 AM,

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-08 Thread Nenad Vujicic
olyDataMapper as far as the state of the > InterpolateScalarsBeforeMapping flag goes. I cannot see how that > variable can return false if it is indeed set to true as you are > saying. Can you share the plugin? > > Utkarsh > > On Thu, May 5, 2011 at 6:03 PM, Nenad Vujicic wrote: >&g

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-10 Thread Nenad Vujicic
ing. I will commit a fix for that for next > release. Until then, you'll have to manually copy ivars that you care > about. > > Utkarsh > > On Sun, May 8, 2011 at 10:25 AM, Nenad Vujicic wrote: >> Dear Utkarsh, >> >> I uploaded test plugin that shows my pro

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-13 Thread Nenad Vujicic
Hello everyone, Does anyone have idea where could be the problem in uploaded sources? Thanks, Nenad. On Tue, May 10, 2011 at 12:13 PM, Nenad Vujicic wrote: > Dear Utkarsh, > > Thank You very much, but unfortunately, adding manually copying of > parameters didn't solve all pr

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-22 Thread Nenad Vujicic
enerated! Thanks everyone on Your help! Best regards, Nenad. On Fri, May 13, 2011 at 11:49 PM, Nenad Vujicic wrote: > Hello everyone, > > Does anyone have idea where could be the problem in uploaded sources? > > Thanks, > Nenad. > > On Tue, May 10, 2011 at 12:13 PM, Nenad

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-23 Thread Nenad Vujicic
w then. Did that piece of code change recently? > > Utkarsh > > On Sun, May 22, 2011 at 2:43 PM, Nenad Vujicic wrote: >> Hello everyone, >> >> Just to announce - the problem is solved! It seems the problem was in >> plugin's sources when setting texture coo

[Paraview] Cube Axes labels problems in current ParaView sources

2011-10-03 Thread Nenad Vujicic
Hello everyone, I have problems with Cube Axes labels in ParaView v3.10.1 (and SVN sources). I load file with terrain mesh, turn on "Show Cube Axes" (on Display tab of Object Inspector) and everything is displayed great. However, if I scale (either using transformation controls on display tab or w

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2011-10-03 Thread Nenad Vujicic
Dear Aashish, On Mon, Oct 3, 2011 at 6:34 PM, Aashish Chaudhary wrote: > Hi Nenand, > ... > I can have a look at it but it may take one or two days before I get > to it.  How soon you need this? > > Thank You very much for Your response! I'm not in big rush, so it can wait few days. Best regard

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2011-10-18 Thread Nenad Vujicic
Hello everyone, Does anyone have idea how to fix vtkCubeAxesActor.cxx so it doesn't scale axes ticks too? Also, is this expected behavior or a bug? Best regards, Nenad. On Mon, Oct 3, 2011 at 7:21 PM, Nenad Vujicic wrote: > Dear Aashish, > > On Mon, Oct 3, 2011 at 6:34 PM, Aas

[Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-13 Thread Nenad Vujicic
Hello everyone, It has been a long time ParaView sources worked excellent with my patches and the plugin (3D exporter). However, I'm having troubles with the latest version (v4.3.1) to export labels which are shown over selected points (both per point and per cell). This was my approach which work

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-16 Thread Nenad Vujicic
presentation->getProxy()->UpdateVTKObjects(); But, it still doesn't work. Btw, when I create sphere, apply elevation and select some points (with started tracing), I don't see any of these parameters turned ON. I don't see anything about selected points .. Also, I noticed sele

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Nenad Vujicic
Utkarsh, >> - Strange 1: I don't have anymore instance in >> DataLabelRepresentation for Elevation pipeline source (btw, during >> this traversing I get only one actor), > I don't follow. DataLableRepresentation is indeed created for every > representation shown in the render view. It seems

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Nenad Vujicic
Utkarsh, I'm sorry for confusing:-(. I want to say DataRepresentationCreated is never called! When I create instance of my pipeline source with this source code, I get only 3 messages: "Source Created", and 2 times "Representation Added" after pushing Apply button. Nenad. On Wed, May 20, 2015 a

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Nenad Vujicic
You'll see one of > the arguments is NULL. I suspect its the view. The view isn't setup > yet. Try making the slot connection to a queued connection that way > ParaView gets the change to setup the representation object. > > On Wed, May 20, 2015 at 11:07 AM, Nenad Vujicic wrote

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-22 Thread Nenad Vujicic
Utkarsh, Thank you very much for answers about creating and initializing DataLabelRepresentation. Now my source plugin works perfectly. But, my exporting plugin (my first message) is still unable to export labels which I get when try selecting several points. Here is what I do: 1. Create Sphere

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-06-10 Thread Nenad Vujicic
hich is doing the > "extracting" tasks to extract selected points. To see if the source proxy > has a "selection" set, you can use the vtkSMSourceProxy::GetSelectionInput() > method. > > Hope that helps. > Utkarsh > > On Fri, May 22, 2015 at 7:15 AM Nenad

[Paraview] ParaView v5 recipes

2016-04-03 Thread Nenad Vujicic
Hello everyone, Which one Visual Studio and CMake were used for preparing ParaView v5.0.1 binaries from http://www.paraview.org/download/? It would be great if you could update page http://www.paraview.org/Wiki/ParaView/Binaries with data for v5 versions. I tried to build ParaViewSuperbuild v5.0/

[Paraview] ParaView v5 vs2008 or vs20013?

2016-04-09 Thread Nenad Vujicic
Hello everyone, Which Visual Studio and CMake were used for preparing ParaView v5 binaries from http://www.paraview.org/download/ ? I tried to build ParaViewSuperbuild using VS2013 / VS2012 and CMake 2.8.11.2 / 3.4.1, but, didn't have success. Here is what I di

Re: [Paraview] ParaView v5 vs2008 or vs20013?

2016-04-09 Thread Nenad Vujicic
if you want to build GUI, and not Qt5 yet. > > Here are the CMakeCache files for out 64 bit MPI [1] and NO-MPI builds [2]. > > Hope that helps, > Utkarsh > > [1] https://open.cdash.org/viewNotes.php?buildid=4313885##note4 > [2] https://open.cdash.org/viewNotes.php?buildid=43139

[Paraview] How to convert scalars to colors (and texture) with OpenGL2 turned ON

2016-07-22 Thread Nenad Vujicic
Hello everyone, I work on ParaView exporter plugin and I bumped on one problem when OpenGL2 was introduced as default value for PARAVIEW_RENDERING_BACKEND (v5.1). When I used OpenGL, I converted scalars to colors and generated textures, which I used for coloring meshes in format to which I export,

[Paraview] Release dates of ParaView v5.1.1

2016-07-22 Thread Nenad Vujicic
Hello everyone, Can anyone estimate when ParaView v5.1.1 will arrive? Btw, is there some page with ParaView roadmap? I found only http://www.paraview.org/Bug/roadmap_page.php, but, it seems to me a little bit messed up :-). Thanks in advance! Nenad. _

Re: [Paraview] Release dates of ParaView v5.1.1

2016-07-22 Thread Nenad Vujicic
but I am not going to entertain > any requests past today. > > Utkarsh > > On Fri, Jul 22, 2016 at 3:49 PM, Nenad Vujicic wrote: > > Hello everyone, > > > > Can anyone estimate when ParaView v5.1.1 will arrive? > > > > Btw, is there some page with ParaView roa

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2012-01-23 Thread Nenad Vujicic
e: >> >> Hi Nenad, >> >> I looked into some but then got distracted. I will try to have a >> solution this week. >> >> Sorry about the delay. >> >> Thanks, >> >> >> On Tue, Oct 18, 2011 at 6:31 AM, Nenad Vujicic wrote: >>

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2012-02-20 Thread Nenad Vujicic
Hello everyone, The problem is finally solved. List of steps for adding widget to Cube Axes Editor Dialog which controls cube axes behavior: 1) Add behavior to vtkCubeAxesRepresentation class and property which controls it, 2) Add property to ParaViewCore/ServerImplementation/Resources/views_and_

[Paraview] Problems with displaying labels floating over data points

2012-05-09 Thread Nenad Vujicic
Hello everyone, I have a set of points over which I would like to have floating labels rendered from values defined in per-point attribute array. If I select these points and turn on "Point Labels", on Selection Inspector docking panel, I get exactly what I need, but, I would like to have these la

Re: [Paraview] Problems with displaying labels floating over data points

2012-05-11 Thread Nenad Vujicic
tations.append(l) > Render() > > Utkarsh > > On Wed, May 9, 2012 at 5:53 PM, Nenad Vujicic wrote: >> Hello everyone, >> >> I have a set of points over which I would like to have floating labels >> rendered from values defined in per-point attribute array.

[Paraview] Release dates for ParaView v3.16 / v4

2012-07-11 Thread Nenad Vujicic
Hello everyone, Can anyone estimate when next ParaView release will arrive? From several previous release dates, I believe it should be somewhere in September / October, am I right? Best regards, Nenad. ___ Powered by www.kitware.com Visit other Kitwar

[Paraview] Problems with visibility of 3D Widgets when switching between views

2012-08-28 Thread Nenad Vujicic
Hello everyone! I have problems with visibility of 3D widgets when I have several views opened in one ParaView Qt client and I switch between them. I experience this behavior on both Windows and Linux. Here is how to reproduce it: 0) Start ParaView Qt client, 1) Create Sphere source and press App

Re: [Paraview] Problems with visibility of 3D Widgets when switching between views

2012-08-28 Thread Nenad Vujicic
t wrote: > Nenad, > > vtkVRMLExporter will be the starting point where I'd start digging in. > I am guessing somewhere where it iterates over all actors it's not > checking for visibility of 3D widgets or something. > > On Tue, Aug 28, 2012 at 5:45 PM, Nenad Vujicic

Re: [Paraview] Problems with visibility of 3D Widgets when switching between views

2012-08-30 Thread Nenad Vujicic
Tue, Aug 28, 2012 at 6:33 PM, Nenad Vujicic wrote: >> Dear Utkarsh, >> >> Thank You very much for Your response. >> >> It checks actor's visibility at vtkVRMLExporter.cxx Ln 262, but actors >> are visible because of some reasons. I'm sorry, looks like

[Paraview] Linking errors when building ParaView v3.98.0 with VS2008

2012-12-27 Thread Nenad Vujicic
Hello everyone, I tried to build release sources ParaView v3.98.0 in x64 mode with VS2008 SP1, built Python 2.7.3 x64, built Qt 4.8.3 x64, built OpenMPI v1.6.3 x64 and got some linking errors. All other projects were built fine and everything works fine so far, except pvpython subsystem. Do You ha

[Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-01 Thread Nenad Vujicic
Hello everyone! I'm trying to make my Space Navigator working in ParaView v3.98.1 on my Windows 8 machine. I built sources without problems (using VS2012, with qt 4.8.4, python 2.7.3, boost 1.53.0, OpenMPI 1.6.2, VRPN 07_30 - all rebuilt in x64 mode) with turned on PARAVIEW_USE_VRPN and PARAVIEW_B

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread Nenad Vujicic
u to select visibility with grab world style. > > - Aashish > > > > On Tue, Apr 2, 2013 at 10:01 AM, David Lonie <david.lo...@kitware.com> wrote: >> >> On Mon, Apr 1, 2013 at 3:35 PM, Nenad Vujicic <nena...@gmail.com> wrote: >> > Hello everyone! >

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-02 Thread Nenad Vujicic
rent values) Thanks, Nenad. On Tue, Apr 2, 2013 at 6:43 PM, David Lonie wrote: > > On Tue, Apr 2, 2013 at 12:39 PM, Nenad Vujicic wrote: > > Dear Dave, Aashish, > > > > Thank you very much for your responses. > > > > I'm sorry, I tried dummy buttons with b

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-03 Thread Nenad Vujicic
_VRPN is turned ON). Did I maybe need to enable some special flag during compilation of Qt to get this event playing working or this is used only during automated testing? Thanks, Nenad. On Tue, Apr 2, 2013 at 10:24 PM, David Lonie wrote: > On Tue, Apr 2, 2013 at 12:52 PM, Nenad Vujici

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-03 Thread Nenad Vujicic
> On Wed, Apr 3, 2013 at 8:38 AM, David Lonie wrote: > >> On Wed, Apr 3, 2013 at 7:58 AM, Nenad Vujicic wrote: >> > Dear Dave, >> > >> > Thank you for your ideas. Unfortunately, there are no errors / warnings >> > emitted during startup or while run

Re: [Paraview] ParaView 3.98.1: Problems with Space Navigator

2013-04-08 Thread Nenad Vujicic
but they seem to have been forgotten. Are > you still interested in contributing them? Can you rebase them against > current master and see if they still work? > > Dave > > On Wed, Apr 3, 2013 at 3:11 PM, Nenad Vujicic wrote: > > Dear Dave, Aashish, > > > > Than

[Paraview] ParaView v5.2 problems with PLY files with point clouds

2017-01-16 Thread Nenad Vujicic
Hello everyone, I found several PLY files which crashed my ParaView based application. I inspected vtkPLYReader.cxx and found (Ln 128-140) that it doesn't even support loading PLY files with points. Example of such PLY file: https://courses.cs.washington.edu/courses/cse558/01sp/software/scanalyze

[Paraview] ParaView v5.2.0: Problems with inspecting Use Below (Above) Range Color

2017-02-21 Thread Nenad Vujicic
Hello everyone, I'm trying to inspect values of "UseBelowRangeColor" and "UseAboveRangeColor" flags from my ParaView exporter plugin by: 1. Retrieving vtkCompositePolyDataMapper2 from currently active view and rendering window, then, 2. Getting it's vtkLookupTable and then calling GetUseAboveRang

Re: [Paraview] ParaView v5.2.0: Problems with inspecting Use Below (Above) Range Color

2017-02-22 Thread Nenad Vujicic
Doc/Nightly/www/cxx-doc/classvtkPVDiscretizableColorTransferFunction.html> > . > > Utkarsh > > On Tue, Feb 21, 2017 at 11:42 AM, Nenad Vujicic wrote: > >> Hello everyone, >> >> I'm trying to inspect values of "UseBelowRangeColor" and >>

Re: [Paraview] ParaView v5.2 problems with PLY files with point clouds

2017-04-04 Thread Nenad Vujicic
n. In > the Properties panel, set the "Representation" type to 3D Glyphs, the > Glyph Type to Sphere, and the Radius to 0.05. You'll see the points as > pictured in the attached image. > > HTH, > Cory > > [1] https://courses.cs.washington.edu/courses/cse558/01sp/

[Paraview] ParaView v5.3: Generating textures from scalars and lookup table

2017-04-11 Thread Nenad Vujicic
Hello everyone, I've just started building my ParaView exporter plugin using ParaView v5.3 with OpenGL2 selected for backend rendering (PARAVIEW_RENDERING_BACKEND), however, I'm having troubles with generating textures from scalars used for coloring the meshes. What I'm actually doing here is that

Re: [Paraview] ParaView v5.3: Generating textures from scalars and lookup table

2017-04-25 Thread Nenad Vujicic
rer for example. > > Out of curiosity is this for the p2f3d exporter plugin? > > cheers > > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 <(518)%20881-4909> > > On Tue, Apr

Re: [Paraview] ParaView v5.3: Generating textures from scalars and lookup table

2017-05-05 Thread Nenad Vujicic
rated? Also, in OpenGL case, vtkPainter was available. This is missing in OpenGL2. Where has this functionality moved to or is it missing? Nenad. On Tue, Apr 25, 2017 at 11:59 AM, Nenad Vujicic wrote: > David, > > Thank you very much for your response! I tried what you suggested and it

Re: [Paraview] ParaView v5.3: Generating textures from scalars and lookup table

2017-05-07 Thread Nenad Vujicic
> >> >* Does anyone have idea how to solve generating textures problem? *> >> >* I continued to decompose the problem and I'm curious, is interpolation of *> >* scalars before mapping performed (when OpenGL2 is selected) by shaders *> >* (on-the-fly, during display) or is an intermediate texture ge

[Paraview] ParaView: Qt runtime errors

2017-11-27 Thread Nenad Vujicic
Hello everyone, I'm experiencing one strange situation with some of my ParaView plugin exporters. When I create the scene, go to File->Export Scene, select output filename and file-format, push OK and then it creates output file, but it also reports some QT runtime errors in Output Window: QWindo

[Paraview] OSPRay ignores transparency

2018-01-23 Thread Nenad Vujicic
Hello everyone, I tried both ParaView v5.4 and current v5.5 binaries, Windows x64, but, when I set a surface object opacity to e.g. 0.5, then enable OSPRay, surfaces goes back to fully opaque. Is transparency currently ignored? Thanks, Nenad. ___ Powere

Re: [Paraview] OSPRay ignores transparency

2018-01-23 Thread Nenad Vujicic
orporate+Drive+Clifton+Park,+NY+12065&entry=gmail&source=g> > -8662 > Phone: 518-881-4909 <(518)%20881-4909> > > On Tue, Jan 23, 2018 at 12:00 PM, Nenad Vujicic wrote: > >> Hello everyone, >> >> I tried both ParaView v5.4 and current v5.5 binaries, Window