Re: [Paraview] Cron job and ParaView

2016-05-02 Thread David E DeMarle
Also, be wary of environment variables in the cron job which are not the same (think empty) as when you log into an interactive session. If the machine happens to be setup to have X and you are OK with onscreen rendering for the job (many nighty dashboards work this way for instance) it is

[Paraview] Preserve color map style when changing variables

2016-05-02 Thread Neal,Christopher R
Hi, I'm using Paraview 4.4. Can Paraview preserve the style of a color map & the associated color map layout? I've spent time creating a nice layout that involves the position of the color bar, the size of the text on the color bar, the precision of the numbers displayed on the color bar,

Re: [Paraview] Cron job and ParaView

2016-05-02 Thread Moreland, Kenneth
That is basically the difference. To use any implementation of OpenGL (which is what Mesa3D is), you first need an OpenGL context. On *nix you typically get this by opening a window with the Xhost. Even when doing offscreen rendering you need to get a context with the Xhost (because classically

Re: [Paraview] Cron job and ParaView

2016-05-02 Thread Scott, W Alan
OK, taking small steps here, what is OSMesa, and want is Mesa? Utkarsh and I had this discussion, but I never understood the difference. Having just googled the difference, If I understand correctly, OSMesa actually means Off Screen Mesa, and is compiled into Mesa. Otherwise, you get Mesa –

Re: [Paraview] Help with adjusting contour levels in python script

2016-05-02 Thread Utkarsh Ayachit
Nikos, When you say you're "set the range of the contours from -0.0001 to 0.0001 but the contours levels revert back to automatic scaling", what do you mean? Do you mean you're setting separationline.Isosurfaces to be values in the given range, but the rendered countour is still the same old

Re: [Paraview] Cron job and ParaView

2016-05-02 Thread Moreland, Kenneth
Are you sure you are building with osmesa? Just using mesa is not sufficient. -Ken From: ParaView on behalf of Walter Scott Date: Monday, May 2, 2016 at 2:58 PM To: "paraview@paraview.org" Subject: [EXTERNAL]

[Paraview] Cron job and ParaView

2016-05-02 Thread Scott, W Alan
I have a user that is trying to run ParaView in a cron job, and keeps getting the following error on PV 4.4.0: 4.4.0/ParaView4/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 542 vtkXOpenGLRenderWindow (0x5197850): bad X server connection Has anyone tried to do this, and figured out a

[Paraview] [ParaView] Generating a 3D model

2016-05-02 Thread Chathuri Gunasekera
Hello everyone, Since i need to generate a human organ using my data first of all i registered my images. Second of all, segmented the organ first . Third of all, segmented the rest of the sub objects inside the organ. Basically, segmentation was done and saved in following formats. 1st

Re: [Paraview] Writing Filter Plugin

2016-05-02 Thread Utkarsh Ayachit
Alas, no. Sometimes, using sub-proxies instead may work, but depends on your usecase. Utkarsh On Mon, May 2, 2016 at 2:18 PM, Dean, Kevin wrote: > Is there a way to do multiclass inheritance while writing your xml for a > Plugin? > > Kevin Dean > > This

[Paraview] Writing Filter Plugin

2016-05-02 Thread Dean, Kevin
Is there a way to do multiclass inheritance while writing your xml for a Plugin? Kevin Dean -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this

[Paraview] Help with adjusting contour levels in python script

2016-05-02 Thread Nikolaos Beratlis
Hi, I am running a small python code with pvbatch that read a XDMF file and plots contours: cf_VP_anim_xmf = XDMFReader( FileName=wdir+'VPfield_files/XDMF/cf_VP' +index[i]+'.xmf' ) cf_VP_anim_xmf.CellArrays = [] cf_VP_anim_xmf.Sets = [] cf_VP_anim_xmf.PointArrays = ['Cf']

Re: [Paraview] [EXTERNAL] Re: pv freezes when merging blocks of angular periodic filter data

2016-05-02 Thread Scott, W Alan
Thanks Mathieu. I will benefit also. Note that the next version of PV is 5.1.0, scheduled for next month. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Mathieu Westphal Sent: Monday, May 02, 2016 1:41 AM To: Gena Bug Cc: ParaView

Re: [Paraview] pv freezes when merging blocks of angular periodic filter data

2016-05-02 Thread Gena Bug
On 02.05.2016 10:41, Mathieu Westphal wrote: This bug has already been corrected in the master branch of paraview. You can clone it and compile it, or wait for ParaView 5.0.1 to come out in a few weeks. I checked the last nightly and it works. Great! Thanks for the info, Mathieu! Regards,

Re: [Paraview] pv freezes when merging blocks of angular periodic filter data

2016-05-02 Thread Mathieu Westphal
This bug has already been corrected in the master branch of paraview. You can clone it and compile it, or wait for ParaView 5.0.1 to come out in a few weeks. Regards, Mathieu Westphal On Sat, Apr 30, 2016 at 12:04 PM, Mathieu Westphal < mathieu.westp...@kitware.com> wrote: > I will take a look