Re: [Paraview] XML plugin based on programmable filter with a slider

2018-03-21 Thread Shuhao Wu
Accidentally hit Reply instead of hit Reply list. The record is below: Forwarded Message Subject: Re: [Paraview] XML plugin based on programmable filter with a slider Date: Wed, 21 Mar 2018 19:38:40 -0400 From: Shuhao Wu To: Alessandro De Maio

Re: [Paraview] Help :Texture coordinates

2018-03-21 Thread David E DeMarle
Adding the list back into the discussion so everyone can contribute to and benefit from the discussion. To the best of my knowledge we don't have anything that will do that type of modelling yet. Presumably you could write a programmable filter that would iterate over all of the cells, and use

[Paraview] XML plugin based on programmable filter with a slider

2018-03-21 Thread Alessandro De Maio
Hello, I'm trying to write a plugin based on a programmable filter in order to extract a single block from a multiblockdataset (with a single level tree) in input chosing it through a slider in the property panel. I need help to automatically set the range of the slider (the higher limit as the

Re: [Paraview] Building Paraview for headless rendering

2018-03-21 Thread Chuck Atkins
Hi Martin, we have an user who wants to use Paraview in headless mode. We found the > hard way that the binary does not have the headless rendering enabled. > Yes and no. The pre-built binaries you download do require an X server to be present. However, that can be achieved in many different

Re: [Paraview] Building Paraview for headless rendering

2018-03-21 Thread Utkarsh Ayachit
> 1. A more genereal question first - our cluster nodes don't have good GPUs > so the plan is to render on the CPU. I assume we need Mesa for it, right? Yes. > Further, since we want to render on the server, do we need to set the > DISPLAY variable to :0, or, is there any other way to tell this

[Paraview] Building Paraview for headless rendering

2018-03-21 Thread Martin Cuma
Hello we have an user who wants to use Paraview in headless mode. We found the hard way that the binary does not have the headless rendering enabled. Now I am trying to build the headless mode based on https://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/Offscreen.html but don't have