Re: [Paraview] small bug in VTK/Utilities/vtktiff compilation for windows only

2012-04-20 Thread Ian Curington
Title: Re: [Paraview] small bug in VTK/Utilities/vtktiff compilation for windows only Hello Jagjeet, We have tested a fix for this, with patch submitted at: http://www.paraview.org/Bug/view.php?id=13095 Wednesday, February 15, 2012, 10:55:45 PM, you wrote: Hi, vtktiff library choose to ign

[Paraview] [ParaView] mapping PipelineSource with vtkActor names solution

2012-04-20 Thread Ian Curington
Title: [ParaView] mapping PipelineSource with vtkActor names solution Regarding  resolving  meaningful actor  names  in  3D  views, I'd like to propose adding a 1-line addition to: ParaViewCore/ClientServerCore/vtkGeometryRepresentation.h  line 185:     vtkPVLODActor* GetActor(){return Actor;}

[Paraview] mapping PipelineSource with vtkActor names solution

2012-04-20 Thread Ian Curington
Regarding resolving meaningful actor names in 3D views, I'd like to propose adding a 1-line addition to: ParaViewCore/ClientServerCore/vtkGeometryRepresentation.h line 185: vtkPVLODActor* GetActor(){return Actor;} This will give plugin developers the minimum required handle to make

[Paraview] OpenFoam reader native built-in or plugin version differences

2012-07-18 Thread Ian Curington
Title: OpenFoam reader native built-in or plugin version differences Dear ParaView & OpenFoam users: http://openfoamwiki.net/index.php/Contrib_Parallelized_Native_OpenFOAM_Reader_for_ParaView current SVN source is configured as a plugin, has extra buttons (Watch, Rescale), however only mentions

Re: [Paraview] Data directory in pvsm files

2012-07-20 Thread Ian Curington
Hello Utkarsh, Mohamad, Note we have supplied a working patch at: http://www.paraview.org/Bug/view.php?id=13092 which includes arbitrary environment variable support in pvsm paths: where environment can be reference using syntax of %VAR_NAME%, ${VAR_NAME} and $VAR_NAME. In the

[Paraview] XDMF HyperSlab hints or example needed

2009-04-03 Thread Ian Curington
Does anyone have some small working examples of XDMF xml using they hyperslab option? I've yet to create any that will load with any stability in either the release or current dev versions. Suggestions for correcting the XDMF sample, or other working samples are very much appreciated! With both Pa

Re: [Paraview] some ui issues

2012-09-13 Thread Ian Curington
Hello Burlen, Kyle, I am noticing very similar UI & state file related "marked as modified" problems, and wonder if it can be related. Please see report at: http://paraview.org/Bug/view.php?id=13317 Any suggestions? -Ian Wednesday, August 15, 2012, 5:20:32 PM, you wrote:

Re: [Paraview] some ui issues

2012-09-14 Thread Ian Curington
and loading state files. so to me it sounds likely > to be a different bug. if the xdmf reader makes use of the new > properties panel it may have been fixed. All of this is pure speculation > on my part. Kyle is the authority. > Burlen > On 09/13/2012 10:38 AM, Ian Curington wrote: >

[Paraview] Extending PythonManager to execute script from memory buffer rather than file (patch supplied)

2012-09-14 Thread Ian Curington
I would like to request Extending pqPythonManager to execute pvpython from memory buffer rather than exlusively from an external file (patch supplied as at http://paraview.org/Bug/view.php?id=13456 ). Why? Within other plugins, filters, C++ programs, can be helpful to execute some sma