- 21 Nov, 2016 2 commits
-
-
Chuck Atkins authored
Added a volume rendering benchmark with the wavelet source and a surface rendering benchmark on 10 isocontours of the wavelet.
-
Chuck Atkins authored
For some unknown reason the builtin sum() function is causing badness to happen so the few simple places it's getting used is replaced with a manual for loop. Also added more status output as it runs.
-
- 17 Nov, 2016 3 commits
-
-
60e2e84c pvw: Add support for * in file to load name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1194
-
19b1289a Change find_program for xmlpatterns to search Qt5's bin dir ad2c0519 Update the logic to find qhelpgenerator to work with Qt5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1190
-
7db25af8 Update version number to 5.2.0 aa0dbd5c Fix crash in pqProxyInformationWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1198
-
- 15 Nov, 2016 1 commit
-
-
9bfb3763 Use symmetric tensor glyph in xml Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1161
-
- 14 Nov, 2016 2 commits
-
-
62cd5c25 Add new baseline for LoadStateVolume d32218e4 add test that loads a state with a volume rendering Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !66
-
Mathieu Westphal authored
-
- 13 Nov, 2016 2 commits
-
-
Sebastien Jourdain authored
-
3f831779 Enhance pqFieldSelectionAdaptor to support fields, rows & edges. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1196
-
- 11 Nov, 2016 9 commits
-
-
Cory Quammen authored
-
57345fc1 switch to more generic vtkFramebufferObjectBase superclass Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1195
-
Shawn Waldon authored
Some systems get slightly different results from the volume render
-
Shawn Waldon authored
-
Check if passed item is NULL in pqProxyInformationWidget::onCurrentItemChanged.
-
b2448061 Fix crash in pqProxyInformationWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1197
-
Sujin Philip authored
Check if passed item is NULL in pqProxyInformationWidget::onCurrentItemChanged.
-
Joachim Pouderoux authored
-
b069860b Inform the camera of the IceT subsampling projection matrix. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1134
-
- 10 Nov, 2016 8 commits
-
-
Ken Martin authored
Prep for VTK FramebufferObject cleanup in OpenGL2
-
08740dd4 Move VTK to support dynamic state loading in PVW Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1193
-
Shawn Waldon authored
-
1ac2897f Updated environmental variables documentation. b32576db Fix spelling of environment variable. 709540ab Allows interaction in batch mode with env variable. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1188
-
Chet Nieter authored
Added the new PV_ALLOW_BATCH_INTERACTION environmental variable to the list of ParaView environmental variables in the doxygen docs.
-
Sebastien Jourdain authored
-
19cf7fe5 pvw: Reset Active View when loading state Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1192
-
Sebastien Jourdain authored
-
- 09 Nov, 2016 2 commits
-
-
f6510a31 Refactor recent files menu Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1186
-
Shawn Waldon authored
Fixes #17008.
-
- 07 Nov, 2016 8 commits
-
-
Chet Nieter authored
Fixed the spelling of the environment variable that toggles batch mode interactions. PV_ALLOW_BATCH_INTERATOR to PV_ALLOW_BATCH_INTERACTION.
-
Utkarsh Ayachit authored
This refactors recent files menu (`pqRecentFilesMenu`) in ParaView to make it more extensible. Now, application can easily provides implementations of an interface (`pqRecentlyUsedResourceLoaderInterface`) to add support for additional types of items to add to this menu. The new class `pqStandardRecentlyUsedResourceLoaderImplementation` provides the implementation for this interface for recent items tracked by ParaView i.e. loading of data and state files.
-
Chet Nieter authored
Introduced environment variable PV_ALLOW_BATCH_INTERATOR that allows a view/interactor in batch mode at runtime. This is primarily to allow the paraviewweb visualizer to run with pvbatch using mpi.
-
Cory Quammen authored
-
0b5ae774 Update baseline since line widget changed to use a cone Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1172
-
23e9f3f4 BUG #17009: Address slowness when playing animations. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1184
-
Utkarsh Ayachit authored
When playing animations, if one had ever opened the **Find Data** dialog, the animation playback would get progressively slower! The issue was due to incorrect signal hookup in pqQueryClauseWidget. The signals were getting hooked up in duplicates each time the data would change. Also, other callbacks in pqQueryClauseWidget would get called as the combo-boxes were being updated in the signal handlers! Fixed that.
-
443e0ed3 Move the KAAMS color preset to the top of the list. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1176
-
- 06 Nov, 2016 3 commits
-
-
058898d9 Fixed leaks (Python View) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1185
-
Utkarsh Ayachit authored
When using Python View in Python, it would leak due to incorrectly setup interactor. Fixed by disable creation on interactor. Python View doesn't support interaction yet. Fixes `TestPythonViewScript`.
-
1d7819d4 bump vtk Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1181
-