After a recent cvs update I have noticed that base proxies for my server
manager xml show up in the filters and sources menus clicking on them
causes immediate segfault. These shouldn't show up in the menus, its a
recent thing.
For example I have
...
...
Hello All,
Kitware, Sandia National Laboratories and Los Alamos National Lab are proud
to announce the release of ParaView 3.6.2. The binaries and sources are
available for download from the ParaView website (
http://www.paraview.org/paraview/resources/software.html). ParaView 3.6.2
contains the f
Currently, our plan is to revise the installation processes and make
the development releases available starting 3.8.
Utkarsh
On Mon, Jan 4, 2010 at 5:04 PM, Sven Buijssen
wrote:
> Hi,
>
> I'm bumping up this old thread now that PV 3.6.2 has been released.
> Any chance the development files for
It looks like your mesh comprises voxel elements instead of hexahedral
elements. I guess voxel elements are not really well supported in unstructured
grids (you are supposed to use hexahedra instead). How did you create this
data set? Did you start with a structured grid and convert it to an
Hi,
I'm bumping up this old thread now that PV 3.6.2 has been released.
Any chance the development files for 3.6.2 can be made available, too,
to ease the task of providing plugins for the official binary releases?
Thanks,
Sven
Berk Geveci wrote, On 01.09.2009 13:13:
> We are going to try to pr
Here is what I get from this test :
Local Process
Still Render, 0.057886 seconds
Execute vtkPolyDataMapper id: 413, 1.6e-05 seconds
Still Render, 0.070324 seconds
Execute vtkPolyDataMapper id: 413, 1.8e-05 seconds
Still Render, 0.045106 seconds
Execute vtkPolyDataMapper id: 413,
Try this:
* Open Tools | Timer Log.
* Change the "Time Threshold" to "Show All"
* Pan etc. then click "Refresh"
If there are any entires in there that say "vtkMPIMoveData" it
represents a data delivery to the client.
* I can see data-delivery happens when I change properties on the
source, but neve
Hi !
yes, I'm connecting to a server machine which is running pvserver. The local
and server machines have exactly
the same cvs version.
I tried different cases / an easy one was to open an stl file located on the
server machine side. I'm monitoring the network
traffic on the client machine. As
So, if I understand correctly, you are using local-rendering mode i.e.
deliver data to client and render. How are you determining that the
client is re-downloading the data? I just tried with a simple sphere
source, and could not reproduce the behavior.
Utkarsh
On Mon, Jan 4, 2010 at 2:22 PM, Pie
Good afternoon,
using the latest cvs version, it seems that the client-server mode does not
work as well as before (early december).
For some reason, every time I try to pan or rotate, the client application
re-downloads all the data, which was not the case before.
Using the standard view butto
Happy New Year Utkarsh,
What is the user wants the panel
for (readers, MyReader) and (filters, MyFilter) but not (readers,
MyFilter)?
To be honest I hadn't anticipated the situation but, as far as I can
tell this scenario is OK under the proposed change because the group is
tested first and if
There is also a short Python tutorial in The ParaView Tutorial
(http://www.paraview.org/Wiki/The_ParaView_Tutorial) and there is somewhat
more complete documentation on the Python scripting on the Wiki
(http://www.paraview.org/Wiki/ParaView/Python_Scripting).
-Ken
On 12/23/09 10:51 AM, "Scot
I am guessing that this is because the EnSight writer is now a bit out
of date. Does this work from the GUI at all?
-berk
On Mon, Jan 4, 2010 at 10:34 AM, NURI Adrien
wrote:
>
>
> Hi all,
>
> I’m working with paraview in script python, and I would like to use the
> EnSightWriter.
>
> But when I’
What;s the problem that you are seeing?
Utkarsh
On Mon, Jan 4, 2010 at 10:41 AM, Fred Fred wrote:
> I would like that the possible values of variable TimeStep be chosen in the
> range of the selected scalar array, for instance thanks to a slider.
>
>
>> Date: Mon, 4 Jan 2010 10:37:05 -0500
>> Su
You don't need to change the line in vtkRenderWindow. Instead, change
the default value for the StereoType property on the RenderWIndow
proxy in Servers/ServerManager/Resoruces/rendering.xml to "1" as
follows:
<-- * HERE's the
changed value ** -->
I would like that the possible values of variable TimeStep be chosen in the
range of the selected scalar array, for instance thanks to a slider.
> Date: Mon, 4 Jan 2010 10:37:05 -0500
> Subject: Re: [Paraview] How to bound values of a variable as a function of a
> given array?
> From: utkarsh
Can you be a bit more elaborate on what you are trying to achieve here please?
Thanks.
Utkarsh
On Mon, Jan 4, 2010 at 10:26 AM, Fred Fred wrote:
> I would like May anybody tell me what is wrong in my XML code?
>
> name="SelectInputScalars"
> command="SetInputArrayToProcess"
>
Hi all,
I'm working with paraview in script python, and I would like to use the
EnSightWriter.
But when I'm running, the program crash and it appear the error message
"error pvbatch.exe"
I don't understand why the program didn't run.
Thanks for your answer.
Adrien
#-Parav
I would like May anybody tell me what is wrong in my XML code?
___
Hi,
I build ParaView from CVS tag 3.6.2-RC1 with crystal eyes stereo type on a
linux 64 workstation.
I modify the line 50 in VTK/Rendering/vtkRenderWindow.cxx
this->StereoType = VTK_STEREO_CRYSTAL_EYES;
But when I launch "paraview --stereo" the display in Paraview is in red-blue
m
Ricardo:
Please send me the dataset and I will check it.
Thanks.
-Zhanping
On Sun, Jan 3, 2010 at 6:27 PM, Ricardo Reis wrote:
>
> Hi
>
> I'm having problems opening a time dependent ensight file (set of files).
> After the first time step, if I make it advance in time, paraview se
On Mon, Jan 4, 2010 at 9:01 AM, John Drescher wrote:
> On Mon, Jan 4, 2010 at 8:55 AM, Fred Fred wrote:
>> On this page:
>> http://www.paraview.org/Wiki/Paraview_Make_building_Paraview_plugin_optional
>> 2 CMakeLists.txt files appear, is it a mistake? should one of them be a link
>> on the other
On Mon, Jan 4, 2010 at 8:55 AM, Fred Fred wrote:
> On this page:
> http://www.paraview.org/Wiki/Paraview_Make_building_Paraview_plugin_optional
> 2 CMakeLists.txt files appear, is it a mistake? should one of them be a link
> on the other one? what else?
>
Having never made a paraview filter but m
On this page:
http://www.paraview.org/Wiki/Paraview_Make_building_Paraview_plugin_optional
2 CMakeLists.txt files appear, is it a mistake? should one of them be a link on
the other one? what else?
___
24 matches
Mail list logo