- 09 Mar, 2022 1 commit
-
-
Scott Wittenburg authored
(cherry picked from commit 9c4e9601)
-
- 07 Mar, 2022 1 commit
-
-
fd2f72ad Adding a sanity check in left button release in context view Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5537
-
- 04 Mar, 2022 1 commit
-
-
Mathieu Westphal authored
-
- 03 Mar, 2022 2 commits
-
-
38aa6832 coprocessing.py add checks Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5536
-
Utkarsh Ayachit authored
Fixes #21225 by adding checks before accessing input descriptions.
-
- 25 Feb, 2022 1 commit
-
-
c8437df9 Only fetch favorites from server on creation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5520
-
- 24 Feb, 2022 1 commit
-
-
Mathieu Westphal authored
-
- 23 Feb, 2022 1 commit
-
-
659b7d04 Bump VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5514
-
- 22 Feb, 2022 1 commit
-
-
Cory Quammen authored
Brings in * vtkPIOReader: fix segfault in PIOAdaptor * vtkDIYGhostUtilities: loosen bounding boxes to fix matching of slightly point positions. * PIOAdaptor: properly handle input files with no dumps in parallel
-
- 21 Feb, 2022 1 commit
-
-
f8afcad0 catalyst: avoid calling MPI methods if MPI is not initialized Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5510
-
- 18 Feb, 2022 2 commits
-
-
c05792aa MP4Writer: Rename Rate property to FrameRate Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !5508
-
When using MPI-enabled Catalyst in an non-MPI simulation, we ended up calling MPI API without MPI having been initialized. Fixed that.
-
- 17 Feb, 2022 1 commit
-
-
Cory Quammen authored
This is required so that vtkSMSaveAnimationProxy passes on its FrameRate property to the MP4Writer proxy's property. Without this, the frame rate could not be changed in output MP4 files. Fixes #21212
-
- 16 Feb, 2022 2 commits
-
-
511f6037 pqFileDialog: make context menu items work on macOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !5506
-
Cory Quammen authored
Fixes #20981 by setting a parent on the QMenu that is the context menu as suggested in the Qt issue https://bugreports.qt.io/browse/QTBUG-97559.
-
- 15 Feb, 2022 1 commit
-
-
ccf45e3a Fix Python shell initialization when custom filters are defined Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5504
-
- 14 Feb, 2022 3 commits
-
-
9aae5603 vtk: update for IOSS fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5499
-
Opening the Python shell would generate a warning when reading custom filters proxies due to a failing proxy name search.
-
Ben Boeckel authored
-
- 10 Feb, 2022 3 commits
-
-
360a4872 CMakeLists.txt: set VTK_VERSION_FULL if empty Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5494
-
1b03baa8 vtkPVFileInformation: group file sequence Opt-out option 07f18ce0 pqFileDialog: "Look in" not synchronised with model bug fix e3d821a0 pqFileDialog: not merging .pvsm and .py sequences when loading state file d2fa10d7 Fix pqFileDialogModel for client/server f588d4f6 Fix removing the Examples directory from the favorites 4051783c Allow to inherit pqFileDialog internal models f785c950 Fix Examples directory in favorites not matching PV version 1ed05f66 Add a public UpdateDirectoryListing Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5496
-
45ef3773 Merge branch 'upstream-protobuf' into fixInstallProtobuf 10157604 protobuf 2022-02-08 (c3eba568) aa949ec8 Add missing protobuf install files Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5492
-
- 09 Feb, 2022 8 commits
-
-
62144339 Add missing header file. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !5497
-
Timothee Chabat authored
# By protobuf Upstream * upstream-protobuf: protobuf 2022-02-08 (c3eba568)
-
Code extracted from: https://gitlab.kitware.com/third-party/protobuf.git at commit c3eba56857dbd8a807941c1d059669516454bf90 (for/paraview-20220208-3.13.0).
-
Timothee Chabat authored
When building a plugin that includes 'vtkSMMessage.h' against an install folder of ParaView, compiler would complain about missing files for includes. Fix: paraview/paraview#21205
-
(cherry picked from commit 904ef5d7)
-
A new flag `GroupFileSequences` is added in this class, turned on by default. When turned off, file sequences are not merged anymore. When turned on, a sequence foo1.txt foo2.txt foo3.txt is grouped into a foo..txt file.
-
The addition of `groupFiles` parameter (see #18000) had the consequence to unlink what is written in "Look in" in the file dialog from the directory being displayed. This was because of the default parameter for `groupFiles` (set to true) which was causing an ambiguity on the version of the method `pqImplementation::GetData` to use in `vtkFileDialogModel`. Removing the default value and manually putting `true` everywhere fixes the issue. Fixes #21139
-
This commit expands file sequence names for `.pvsm` and `.py` files. This is done by leveraging the new API of `vtkPVFileInformation::MergeFileSequences`. Fixes #18000
-
- 08 Feb, 2022 6 commits
-
-
Cory Quammen authored
When building ParaView from a source tarball, VTK_VERSION_FULL is not set. This variable is used to populate the About dialog with VTK version information. Correct that by setting the value of VTK_VERSION_FULL to VTK_VERSION if it is not otherwise set.
-
Mathieu Westphal authored
-
Mathieu Westphal authored
* Because the Examples directory is not stored like the other directories in the favorites, it was not possible for the user to remove it, which is now fixed.
-
usefull when writing a custom open file dialog based on paraview mechanism.
-
* Change the Examples path setting from the actual full path to an alias, which is then replaced with the actual full path, to avoid having a path pointing to the Example directory of an another version of ParaView. * Add the AddExamplesInFavoritesBehavior to control whether the Examples directory must be added to favorites or not when creating it for the first time or reseting it to the default.
-
Mathieu Westphal authored
-
- 07 Feb, 2022 1 commit
-
-
d41ff40c vtkSMCinemaVolumetricImageExtractWriterProxy crash fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5485
-
- 02 Feb, 2022 1 commit
-
-
Yohann Bearzi authored
Checks for nullptr were missing in `vtkSMCinemaVolumetricImageExtractWriterProxy::WriteInternal`, causing a crash Fixes #21105
-
- 26 Jan, 2022 2 commits
-
-
fb5edd21 Web: Add runner for trame applications Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Patrick Avery <patrick.avery@kitware.com> Merge-request: !5471
-
Sebastien Jourdain authored
ParaView based trame applications can now run their code simply. pvpython -m paraview.apps.trame --trame-app {app_name} --venv {venv_basepath} Or by using the environment variables: TRAME_APP and PV_VENV
-