- 11 Apr, 2019 4 commits
-
-
Dan Lipsa authored
-
Dan Lipsa authored
713f065e Move CinemaExporter in its own module. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3191
-
Dan Lipsa authored
CinemaExporter is unrelated with VTKExtensionsRendering. This split removes a PythonInterpreter dependency for VTKExtensionsRendering.
-
Sebastien Jourdain authored
ec5457ab Fix vtkCompositeDataToUnstructuredGridFilter array handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3189
-
- 10 Apr, 2019 5 commits
-
-
Sebastien Jourdain authored
When the Appender was used (Input was not an UnstructuredGrid) the input could either be a dataset or a CompositeDataset. That switch was not taking care and a NULL pointer could be wrongly accessed. This patch make sure we pass the data from a valid DataObject.
-
Dan Lipsa authored
4aba4c2f Add additional properties for PLY reader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3187
-
Sebastien Jourdain authored
6f23ff5b Enable WebExport when pvw is enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3186
-
Dan Lipsa authored
-
Joachim Pouderoux authored
f2c05eae Add a status bar message to inform when view content is copied to clipboard Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3173
-
- 09 Apr, 2019 4 commits
-
-
Sebastien Jourdain authored
-
Cory Quammen authored
81c21ce6 Stream Tracer: move Maximum Error property to Integration Parameters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3183
-
Cory Quammen authored
e4f51dca Use pqAnimationTimeWidget in pqAnimationViewWidget a21f7b22 Move pqAnimationTimeWidget to Qt/Components Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3184
-
David E. DeMarle authored
b269f4ed need the MaterialLibrary class on the dataserver too Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3182
-
- 08 Apr, 2019 8 commits
-
-
Cory Quammen authored
Replace standalone time label and line edit for setting time with the pqAnimationTimeWidget. This is the same widget used to display and change time in the Current Time Controls toolbar, and provides the same time navigation options.
-
Cory Quammen authored
This makes it available to other widgets in Qt/Components, whereas before it was available to Qt/ApplicationComponents.
-
Cory Quammen authored
It is an integration parameter after all, so it should not be under the Streamline Parameters group.
-
David E. DeMarle authored
otherwise, we get SIProxy shouldn't be null assert failures in the client+renderserver+dataserver tests where dataserver tries to instantiate the state. note: this has been broken since PV 5.5.0
-
Cory Quammen authored
2a9d0516 Add test for time controls tracing 58372a88 Python tracing: improve time control tracing d4e1ca2c property links: add option to trace changed properties Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3179
-
Cory Quammen authored
-
Cory Quammen authored
Use traceable property links to trace time property changes in time-related widgets. Remove the custom pqTraceablePropertyLinksConnection available only in pqAnimationViewWidget in favor of the more general capability.
-
Cory Quammen authored
Add a member variable with setter and getter to enable/disable tracing of properties as they are set through pqPropertyLinksConnection objects. This makes it convenient to trace property updates from UI widgets where tracing may not be occuring. Add a pqPropertyLinks::addTraceablePropertyLink() function to mark property changes as needing Python tracing.
-
- 06 Apr, 2019 1 commit
-
-
Cory Quammen authored
ec2b8a20 Re-enable client/server tests 32fb79e0 Point Gaussian Representation: fix for multiblock in client/server Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3171
-
- 05 Apr, 2019 4 commits
-
-
Sebastien Jourdain authored
a4af807c move vtk forward Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3175
-
Max Zeyen authored
91611476 Typo And Language Fixes For ExplicitStructuredGrid Plugin 3f23ad51 Adding The ExplicitStructuredGrid Extract Surface Filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3176
-
Max Zeyen authored
Changing "Explicit Structured Grid" to "ExplicitStructuredGrid" in the plugins filter and source labels to improve search behavior in ParaView. Fixing typos and rephrasing documentation.
-
Max Zeyen authored
This exposes the vtkExplicitStructuredGridSurfaceFilter within the ExplicitStructuredGrid Plugin. The surface filter extracts the surface mesh of an explicit structured grid dataset as vtkPolyData.
-
- 04 Apr, 2019 4 commits
-
-
Dan Lipsa authored
cbf76ec7 Adjust comment. f15f783d Set FrameRate property on SaveAnimation only. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3164
-
Dan Lipsa authored
-
Dan Lipsa authored
See comment at vtkSMSaveAnimationProxy.cxx:327 FrameRate has panel_visibility nerver on FFMPEG proxy.
-
Ben Boeckel authored
ae60fc03 VRPlugin: include cassert where necessary Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3174
-
- 03 Apr, 2019 10 commits
-
-
Cory Quammen authored
Now that the Point Gaussian representation is fixed for multiblock datasets in client/server mode, re-enable the test that exercises it.
-
Cory Quammen authored
The vtkPointGaussianRepresentation was always creating a vtkPolyData on the client, which caused the data delivery mechanism to not copy and data for local rendering. Fixed this by always producing a vtkMultiBlockDataSet on the client and server. If the input is a vtkDataSet, a vtkMultiBlockDataSet is created as the output and it's child is a vtkPolyData with the points and point data from the vtkDataSet.
-
Sebastien Jourdain authored
-
Sebastien Jourdain authored
ca79326c BUG: VTM writer for HTG Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3170
-
Ben Boeckel authored
-
Joachim Pouderoux authored
-
Ben Boeckel authored
fccd4598 TestDriver: only find C MPI information c8aad77f ParaViewClient: support spaces for resource paths 56192ed9 vtkModuleWrapClientServer: fix builds with spaces in the path Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3133
-
Sebastien Jourdain authored
We want to allow the Multiblock writer to be able to write HTG blocks in serial. But in parallel when we have a distributed HTG we only want to have the phtg writer. Therefore we extended the XML definition to only support HTG in serial for MultiBlock.
-
Ben Boeckel authored
a5aba6bd ParaViewPlugin: remove excess include directory d3abdc6e ParaViewPlugin: place the documentation header separately Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3169
-
Utkarsh Ayachit authored
b688ddaf fullscreen mode hides decorations 807c918f remove obsolete code Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen (Kitware) <cory.quammen@kitware.com> Merge-request: !3165
-