[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

[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

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 dave.part...@kitware.com 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

[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

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 utkarsh.ayac...@kitware.com 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

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 4MPI.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

[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

[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
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, Nenad Vujicic nena...@gmail.com wrote: Hello everyone, I'm having some problems with porting my

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

2011-05-05 Thread Nenad Vujicic
this code 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, Nenad Vujicic nena...@gmail.com

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

2011-05-08 Thread Nenad Vujicic
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 nena...@gmail.com wrote: Hello everyone, Perhaps I was a bit

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

2011-05-10 Thread Nenad Vujicic
. 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 nena...@gmail.com wrote: Dear Utkarsh, I uploaded test plugin that shows my problem at http://alas.matf.bg.ac.rs

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 nena...@gmail.com wrote: Dear Utkarsh, Thank You very much, but unfortunately, adding manually copying of parameters didn't solve all problems

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

2011-05-22 Thread Nenad Vujicic
! Thanks everyone on Your help! Best regards, Nenad. On Fri, May 13, 2011 at 11:49 PM, Nenad Vujicic nena...@gmail.com 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 Vujicic nena...@gmail.com

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

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

[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

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 aashish.chaudh...@kitware.com 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

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 nena...@gmail.com wrote: Dear Aashish, On Mon, Oct 3, 2011 at 6:34 PM

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

2012-01-23 Thread Nenad Vujicic
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 nena...@gmail.com wrote: Hello everyone, Does anyone have idea how to fix vtkCubeAxesActor.cxx so it doesn't scale axes ticks too? Also

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

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

2012-05-11 Thread Nenad Vujicic
On Wed, May 9, 2012 at 5:53 PM, Nenad Vujicic nena...@gmail.com 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. If I select these points and turn on Point Labels, on Selection Inspector

[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

[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

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

2012-08-28 Thread Nenad Vujicic
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 nena...@gmail.com wrote: Hello everyone! I have problems with visibility of 3D widgets

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

2012-08-30 Thread Nenad Vujicic
, Aug 28, 2012 at 6:33 PM, Nenad Vujicic nena...@gmail.com 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 the problem is much deeper. I tried even

[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

[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

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

2013-04-02 Thread Nenad Vujicic
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! I'm trying to make my Space Navigator working in ParaView v3.98.1 on my Windows 8 machine. I built

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

2013-04-02 Thread Nenad Vujicic
, Nenad. On Tue, Apr 2, 2013 at 6:43 PM, David Lonie david.lo...@kitware.com wrote: On Tue, Apr 2, 2013 at 12:39 PM, Nenad Vujicic nena...@gmail.com wrote: Dear Dave, Aashish, Thank you very much for your responses. I'm sorry, I tried dummy buttons with both v3.98.1 and current master

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

2013-04-03 Thread Nenad Vujicic
...@kitware.comwrote: On Wed, Apr 3, 2013 at 7:58 AM, Nenad Vujicic nena...@gmail.com wrote: Dear Dave, Thank you for your ideas. Unfortunately, there are no errors / warnings emitted during startup or while running ParaView. Also, I tried several times with restarting ParaView and always

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

2013-04-08 Thread Nenad Vujicic
. 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 nena...@gmail.com wrote: Dear Dave, Aashish, Thank you very much for your help! I put logging calls to routines

[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

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

2015-05-16 Thread Nenad Vujicic
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 selections are not preserved in state files. Thanks in advance for any help! Nenad. On Wed, May 13, 2015 at 2:21 PM, Nenad Vujicic nena...@gmail.com

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 it is

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 at

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

2015-06-10 Thread Nenad Vujicic
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 Vujicic nena...@gmail.com wrote: Utkarsh, Thank you very much

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 nena...@gmail.com wrote

Re: [Paraview] ParaView v5 vs2008 or vs20013?

2016-04-09 Thread Nenad Vujicic
g/viewNotes.php?buildid=4313982##note4 > > On Sat, Apr 9, 2016 at 9:15 AM, Nenad Vujicic <nena...@gmail.com> wrote: > > Hello everyone, > > > > Which Visual Studio and CMake were used for preparing ParaView v5 > binaries > > from http://www.paraview.

[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

[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

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

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

[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] ParaView v5.2.0: Problems with inspecting Use Below (Above) Range Color

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

[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

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

2017-04-04 Thread Nenad Vujicic
.edu/courses/cse558/01sp/ > software/scanalyze/points.html > > On Mon, Jan 16, 2017 at 9:20 AM, Nenad Vujicic <nena...@gmail.com> wrote: > > Hello everyone, > > > > I found several PLY files which crashed my ParaView based application. I > > inspected vtk

[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

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

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

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

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

2017-05-05 Thread Nenad Vujicic
? 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 <nena...@gmail.com> wrote: > David, > > Thank you very much for your response! I tried wha

[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:

Re: [Paraview] OSPRay ignores transparency

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

[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. ___