- Aug 29, 2014
-
-
3f54af14 Update version to 4.2.0-RC1
-
Utkarsh Ayachit authored
Change-Id: I19ff3f325fd54b4014da680717179cc6b62cb873
-
9603c636 Add temporary measure to support extract selection at locations.
-
b99c0660 Ignore ICC warnings for Eigen.
-
- Aug 28, 2014
-
-
Utkarsh Ayachit authored
Adding a new filter "Extract Location" that users can use as an interim replacement for extracting cells given a location. Change-Id: I61aa6c3f618899ace01333add430049d09123352
-
Utkarsh Ayachit authored
Change-Id: Ib875783e67cdaf1e2908bb2c94c4da8b15876663
-
59214fcf Move VTK forward to support future use of crossbar.io.
-
67c7f8de catalyst: add vtkStructuredGridAppend
-
9aa80f3f BUG #14956: Stop accidental selection clearing.
-
- Aug 27, 2014
-
-
Scott Wittenburg authored
This commit also includes a fix to pv_web_visualizer which sets a reasonable default value to the dataDir member of _VisualizerServer. Change-Id: I130ee5a46c532c827bdafef855391f30b999615a
-
Utkarsh Ayachit authored
pqMultiBlockInspectorPanel was accidentally clearing the selection when the active source changed. Fixed that. This was causing BUG #14956. Change-Id: Ic3fe97b4ea5567e8f078ed443d917840ceb1dfe6
-
Ben Boeckel authored
Change-Id: Iccdffdd710179ba34f4a3733d9b25333e61d0941
-
59ae1cfd Fix file path. a507b102 Fix parallel processing in vtkSliceAlongPolyPlane. b4c908dd Explicitly handle composite datasets. f186ea7a Add test for testing SliceAlongPolyline filter. cddc8e22 Fixed incorrect input-data type and parallel processing. 36f24a36 Add Slice Along Polyline filter to ParaView
-
c01bfef0 Baseline for CatalystLiveBreakpoint test. 7ed2b148 Disable Delete for Catalyst PipelineSource objects. 4e43dbbe Try to fix CatalystLive test. b9b5eeb9 Use a 'file save' icon for writer parameters proxies. 23572702 Catalyst writer parameters proxies cannot have extracts. 89b6e507 Move Catalyst writers parameters proxies into insitu_writer_parameters e6bab00e FIX: ParaView does not crash on Disconnect.
-
b937dbf1 BUG: Fix slowdown when reading large bin files.
-
0bf852ab Adding functionality to marshal vtkDataStructures on different processes.
-
- Aug 26, 2014
-
-
Utkarsh Ayachit authored
Change-Id: I51d5a6905560bde239f801fc2b1d6328e9f6e73f
-
Utkarsh Ayachit authored
Change-Id: Ibbad962a265a79a7db3d27f8cd71c8d69e999950
-
Utkarsh Ayachit authored
In it's CanReadFile() vtkEnsembleReader was opening large binary files entirely before determining that it can't read it. That cause incredible slowdown when reading large bin files. Fixed that by removing CanReadFile(). vtkEnsembleReader can just use extension matching to determine if it can read the file. Change-Id: Ic2b817ecd6e0e5cfdd5a1c5013a085a392640fef
-
Utkarsh Ayachit authored
Change-Id: I2c986bdcd306440d257b406ba9de888dd9ec1a54
-
Utkarsh Ayachit authored
Ensures that vtkSliceAlongPolyPlane communicates the input polyline to all ranks before attempting to probe into the dataset. Had to move the vtkSliceAlongPolyPlane to ClientServerCore/Default since we need access to vtkMPIMoveData filter to make it easier to communicate datasets. Change-Id: I7ad5ce66297bb9094d0caf108af0f234eae019a5
-
Utkarsh Ayachit authored
This avoid duplicated processing of input polyline as well as laying ground work for handling cases where the input polyline is split among ranks (when running in parallel). Change-Id: I94f1c24b5d807c1d329fcebb1179d529a288a00c
-
Utkarsh Ayachit authored
Change-Id: I9afe8a1cd80f9bb4ad8ba88381fa6cf060f6385f
-
Utkarsh Ayachit authored
* Use INPUT_REQUIRED_DATA_TYPE() to specify required input types. * Use vtkPProbeFilter to ensure probing works in parallel. Change-Id: I64dea11185710c26afbe17425b34106e6230b36a
-
Shawn Waldon authored
This commit adds a filter to slice along a poly-line. The filter is in the VTKExtensions/Default module and it is accessible from the filters menu in ParaView. Change-Id: I384b77c1eab70d15e7e232a8bea02d16649f72de
-
Chuck Atkins authored
Change-Id: I9b862e25b2dbb8aaf0b86ffd58578e3b36f92035
-
Andrew Bauer authored
This has a bit of a hack in vtkExtractsDeliveryHelper.cxx to pass information about blanking. When Berk finishes his changes for consolidating blanking and ghosts this change may need to be revisited. Change-Id: I24d2b8f636b6da4f0594223667e60f17aa05ab7a
-
Shawn Waldon authored
This commit adds a widget that pops its contents out into a dialog. This is used for the properties panel text fields that contain python scripts for the Programmable Filter and Programmable Source. A button is added to pop the text area out into the dialog and bring it back. Change-Id: I1cd39479859046e35f7cf5af41a017b47461213b
-
Shawn Waldon authored
This commit modifies the python console so that if the current line has no text other than the prompt, then the tab key will insert 4 spaces instead of bringing up the code completer. Change-Id: I12bf30dec76edeca4fb0a625d036e9be428f52c4
-
Shawn Waldon authored
This commit adds python syntax highlighting to the pqPythonScriptEditor and the QTextEdit used to put in code for the Python Programmable filters. The pqPythonSyntaxHighlighter class is added and can be attached to arbitrary QTextEdits to give python syntax highlighting and some useful code editing properties like automatically expanding tabs and a fixed-width font. Change-Id: I1b558cb434f4ffd417a178a3c804019719df19a7
-
f4f40a26 tests: sync external data script with VTK
-
72065253 SciberQuest: try to ignore warnings from Eigen
-
e13f30eb Protocols support reverse connection, web visualizer gives example.
-
d3db447a Should fix the failing nightly binary test called Test-pvweb.
-
7f8505cf Update cmake rules following vtk-modular changes for Python.
-
bbbdfb32 Fix ID-based selections in FindData dialog.
-