Re: [Paraview] Git repository (mirror)

2009-10-30 Thread Mark Olesen
... -- Mark Olesen mark.ole...@emcontechnologies.com EMCON Technologies Germany (Augsburg) GmbH This e-mail message and any attachments may contain legally privileged, confidential or proprietary Information, or information otherwise protected by law of EMCON Technologies, its affiliates, or third parties

Re: [Paraview] Git repository (mirror)

2009-10-30 Thread Mark Olesen
Hi Berk, Is it be possible to have an http access to this mirror (it would be very handy to access it over a proxy)? Even if the clone only mentions the git: protocol, you can also use a http transport. git://github.com/Kitware/ParaView.git or http://github.com/Kitware/ParaView.git

[Paraview] Improving vtkDataArraySelection ... and a question of the general philosophy

2009-11-04 Thread Mark Olesen
I was looking at making some minor tweaks to vtkDataArraySelection and started wondering why some things are being done the way they are. First off I'll explain what I wanted. I'd like an additional method int AddArray(const char* name, int defaultStatus); The behaviour is as per

Re: [Paraview] Button for LittleEndian / BigEndian in PV 3.6.1

2009-11-11 Thread Mark Olesen
while switching from ParaView 3.4 to 3.6.1, I recognized that the button for choosing LittleEndian / BigEndian has been deleted. Has this button just been moved to some other place and I didn't get it or do I have to use some python scripting for loading LittleEndian / BigEndian files

[Paraview] missing wavefront/obj reader

2009-12-08 Thread Mark Olesen
I was recently had some .obj files to view and noticed to my surprise that ParaView doesn't support reading them - I'd guess since they aren't mentioned in the Servers/ServerManager/Resources/readers.xml Is there any reason that they aren't enabled? Or just an oversight? /mark -- Mark Olesen

Re: [Paraview] Exporting ICEM CFD Mesh to ParaView

2010-01-19 Thread Mark Olesen
On Mon, 2010-01-18 at 19:37 -0200, Rafael Castaneda wrote: Hi, I'm trying to export a mesh generated in ICEM CFD to ParaView. I realized that I can export the mesh to Exodus II format and then open it with ParaView, but no information about the parts of the mesh is loaded, just the blocks.

Re: [Paraview] missing wavefront/obj reader

2010-02-03 Thread Mark Olesen
On Tue, 2009-12-08 at 10:31 -0500, Berk Geveci wrote: I am guessing it is an oversight. -berk On Tue, Dec 8, 2009 at 8:28 AM, Mark Olesen mark.ole...@emcontechnologies.com wrote: I was recently had some .obj files to view and noticed to my surprise that ParaView doesn't support reading

Re: [Paraview] Development Install Tree

2010-03-05 Thread Mark Olesen
I have recently commited a fair amount of changes to ParaView that lets a developer create a functional development tree that could be distributed. The development tree includes all the necessary headers, libraries, CMake files and executable tools one would need for developing ParaView

Re: [Paraview] Development Install Tree

2010-03-09 Thread Mark Olesen
On Thu, 2010-03-04 at 16:42 -0500, Dave Partyka wrote: Greetings Everyone, I have recently commited a fair amount of changes to ParaView that lets a developer create a functional development tree that could be distributed. The development tree includes all the necessary headers,

Re: [Paraview] Development Install Tree

2010-03-09 Thread Mark Olesen
On Tue, 2010-03-09 at 09:08 -0500, Dave Partyka wrote: Mark, do you mind reporting this as a bug. The feedback you have provided has been very helpful. Done - http://www.paraview.org/Bug/view.php?id=10394 /mark DISCLAIMER: This electronic transmission (and any attachments thereto) is

Re: [Paraview] Development Install Tree

2010-03-12 Thread Mark Olesen
Just about all of the bugs related to the development install feature have been fixed. If anyone has any issues with them please feel free to report a bug. New bug report added: http://www.paraview.org/Bug/view.php?id=10411 0010411: Development install tree cannot find documentation

Re: [Paraview] Development Install Tree

2010-03-15 Thread Mark Olesen
On Fri, 2010-03-12 at 13:11 -0500, Dave Partyka wrote: I just tried this on my Debian machine and the biggest executable in my bin dir weighs in at 2.5 MB. Note that this is a Debug build as my Release build tree is a bit out of date at the moment. Also all of the CMake files appear to be in

Re: [Paraview] packaging branded problem

2010-03-17 Thread Mark Olesen
On Wed, 2010-03-17 at 09:01 -0400, Eric E. Monson wrote: Thanks, Dave. I really appreciate all of the work on the install and packaging stuff, and how quickly you've been making the changes we need. Agreed - it's nice to see that we are now able to build a paraview that can relocated and still

Re: [Paraview] Paraview: python script from the command line

2010-03-24 Thread Mark Olesen
On Tue, 2010-03-23 at 19:23 -0400, Utkarsh Ayachit wrote: I've added a new --script option to specify python script to be run on startup. This is a bit off-topic, but got me thinking about command-line options again. Would there be a way to specify multiple '--data=...' on the command-line?

Re: [Paraview] Probleme to make paraview

2010-04-19 Thread Mark Olesen
On Mon, 2010-04-19 at 10:19 +0200, Stéphane Le Borgne wrote: Hi all, I can't resolve this problem. When i compile Paraview, (under Centos 5.x) i always have this message : Linking CXX executable ../../../../../bin/QVTKCxxTests /usr/bin/ld: warning: libmpi.so.0, needed by

[Paraview] [Fwd: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake]

2010-04-23 Thread Mark Olesen
Forwarded Message From: Mark Olesen mark.ole...@faurecia.com To: ParaView Developers paraview-develop...@paraview.org Subject: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake Date: Fri, 23 Apr 2010 16:41:53 +0200 Since pulling paraview from the new git

Re: [Paraview] [Fwd: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake]

2010-04-23 Thread Mark Olesen
... If you run then cmake, you'll get exactly the error you posted. Go back to your ParaView source repository (not the Xdmf2 subdir) and issue % git submodule update Submodule path 'Utilities/Xdmf2': checked out '17f7aadc96a0a72c0f8f6e21cd37900db73b1b1f' then try running cmake again. I

Re: [Paraview] defining new reader

2010-07-27 Thread Mark Olesen
On Tue, 2010-07-27 at 21:45 -0400, Andy Bauer wrote: It looks like the nii file is a NifTI file type which there is a plugin for the reader. If you go to Tools-Plugin Manager you can select the NifTI reader and choose Load Selected to the load the plugin. Then you should be able to read in

Re: [Paraview] defining new reader

2010-07-29 Thread Mark Olesen
On Thu, 2010-07-29 at 12:09 -0400, Andy Bauer wrote: The test file to be read in shouldn't be too large so that the test actually completes fairly quickly. My best recommendation is to see how other readers are being test. What type of output does your reader produce? It produces an

[Paraview] ruler filter in paraview-git

2017-02-02 Thread Mark Olesen
I don't know if this is a regression or change of feature or what exactly. Using paraview 5.2.0-g332666c (64bit, linux) and the 'ruler' filter only seems to have the following properties: * x/y/z axis enumeration. That's all. In a previous version (5.0.1) there was also the ability to specify

Re: [Paraview] ruler filter in paraview-git

2017-02-02 Thread Mark Olesen
-1, Ctrl-2 keys for picking the end points make a *very* welcome addition! Cheers, /mark From: Shawn Waldon <shawn.wal...@kitware.com> Sent: Thursday, February 2, 2017 3:59 PM To: Mark Olesen Cc: paraview@paraview.org Subject: Re: [Paraview] ruler

[Paraview] combining in on-screen and off-screen in one build

2017-01-19 Thread Mark Olesen
>From commits it looks like >http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D isn't up-to-date. >Can someone offer the cmake variable combinations that I need to compile a >combined build with both opengl + osmesa? If this works well, I'd like to be >using that sooner rather than

Re: [Paraview] ParaView and Qt 5

2017-01-18 Thread Mark Olesen
I'm trying to compile a paraview using a Qt5 (5.7.1) that I've compiled with '-qt-xcb' to avoid too many dependencies. When compiling paraview (git version), I supposed that the following would be sufficient to convey which qt to use: cmake -DPARAVIEW_BUILD_QT_GUI=ON

Re: [Paraview] combining in on-screen and off-screen in one build

2017-01-19 Thread Mark Olesen
<utkarsh.ayac...@kitware.com> Sent: Thursday, January 19, 2017 5:40:14 PM To: Mark Olesen Cc: paraview@paraview.org Subject: Re: [Paraview] combining in on-screen and off-screen in one build To the best of my knowledge, that's not possible, it's not possible to have GPU accelerated OpenGL and

[Paraview] using tree widgets

2017-01-13 Thread Mark Olesen
I'm currently using an ArraySelectionDomain to select items from (a very long) list of mesh-parts (string names) as per http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Drop_down_list_with_values_from_input_file It would be quite helpful if I could structure my list and use a

Re: [Paraview] upgrading reader module/plugin

2017-01-13 Thread Mark Olesen
xy->GetPropertyName(prop)); } From: Utkarsh Ayachit <utkarsh.ayac...@kitware.com> Sent: Tuesday, January 10, 2017 9:05 PM To: Mark Olesen Cc: paraview@paraview.org Subject: Re: [Paraview] upgrading reader module/plugin Mark, After you've changed a prop

[Paraview] upgrading reader module/plugin

2017-01-04 Thread Mark Olesen
I'm currently upgrading a reader module from using a pqAutoGeneratedObjectPanel to a using a property group widget (as per http://www.paraview.org/Wiki/Plugin_HowTo#Adding_Customizations_for_Properties_Panel). I have my bunch of properties in a PropertyGroup and have a panel_widget associated

Re: [Paraview] upgrading reader module/plugin

2017-01-09 Thread Mark Olesen
:52:32 AM To: Mark Olesen Cc: paraview@paraview.org Subject: Re: [Paraview] upgrading reader module/plugin Mark, As you can expect, connecting Qt widgets to vtkSMProperty's on proxies in a two-way-link is common in ParaView panels and hence ParaView provides quite a few ways for doing that. For yo

Re: [Paraview] upgrading reader module/plugin

2017-01-09 Thread Mark Olesen
Ayachit <utkarsh.ayac...@kitware.com> Sent: Monday, January 9, 2017 4:18 PM To: Mark Olesen Cc: paraview@paraview.org Subject: Re: [Paraview] upgrading reader module/plugin I don't think `SetImmediateUpdate` should be needed any more. Are you sure it's needed? If I remember correctly, it'

Re: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues.

2017-03-16 Thread Mark Olesen
Hi Tom, Sorry, no answers - only questions/ideas: Is decompose polyhedral on or off? How do things look using the other setting? If the number of cells corresponds to checkMesh - then you either have no polyhedra, or decompose polyhedral is off. If you use foamToVTK (with and without -poly) and

Re: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues.

2017-04-19 Thread Mark Olesen
:19 PM To: Utkarsh Ayachit Cc: Mark Olesen; ParaView Subject: Re: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues. Hi Utkarsh, I finally had some time to look into this issue a bit further. I have a testcase for you of an Ahmed body that also shows the weird m

Re: [Paraview] Use different scalars as timesteps in legacy VTK file

2017-04-28 Thread Mark Olesen
I saw something a few weeks back from someone who mentioned writing out an initial vtk file with geometry/data and then using a data mapper for subsequent times. I don't have any other details, but may be it is something to search for. For your original point: I have encountered the same

Re: [Paraview] Best file fomat for big data

2017-11-30 Thread Mark Olesen
/ If you find another possibility, please let us know since it will be of interest for other people too. Cheers, /mark -- Dr Mark OLESEN Principal Engineer, ESI-OpenCFD ESI GmbH | Einsteinring 24 | 85609 Munich | GERMANY Mob. +49 171 9710 149 www.openfoam.com | www.esi-group.com | mark.ole...@esi

Re: [Paraview] Writing XML VTK Binary files from C++

2017-11-30 Thread Mark Olesen
e things on the calling side. I hope this information helps you. /mark -- Dr Mark OLESEN Principal Engineer, ESI-OpenCFD ESI GmbH | Einsteinring 24 | 85609 Munich | GERMANY www.openfoam.com | www.esi-group.com | mark.ole...@esi-group.com On 11/30/17 18:00, Stegmeier, Nicholas wrote: Hel