- 29 Jun, 2022 1 commit
-
-
0bfb8ea8 Enable NetCDF Time Annotation Plugin in CI f28abb81 Add check for cftime Python module in NetCDF Time Annotation plugin Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !5788
-
- 28 Jun, 2022 2 commits
-
-
2c511cca Prevent backflow of outdated properties. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5793
-
Jaswant Panchumarti authored
- closes paraview/paraview#21448 - Update just the property that was modified instead of updating all properties. - Otherwise, the entire state of the source proxy from client is pushed to the VTK objects. - This synchronization resulted in outdated arrays that should not exist being pushed to vtk array selection objects.
-
- 24 Jun, 2022 8 commits
-
-
74b61fa0 Keep qt 5.12 compatibility Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5790
-
1fa581dd Add FiniteElementFieldDistributor Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5738
-
67dfc844 fix mpi_comm bug in catalyst_initialize Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5737
-
Nils Dreier authored
Extent the scope of the vtkMPIController to avoid destruction. add documentation remove unecessary redeclaration of internals variable add preprocessor macros to protect vtkMPIController
-
184fdec4 Should use nlohmann namespace directly, and not vtkXXX one Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !5789
-
8f26fe39 Add documentation for IOSS field properties 777275a4 Add pqMetaDataPropertyWidget f1133888 Expose IOSS database properties f9098812 Enable copying StringVectorProperty elements. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5776
-
Nicolas Vuaille authored
* `QCombobox::textActivated` was introduced in qt 5.14. Use `QCombobox::currentIndexChanged` instead.
-
This adds the cftime Python module dependency on Linux and Windows machines with Python.
-
- 23 Jun, 2022 26 commits
-
-
Jaswant Panchumarti authored
-
Jaswant Panchumarti authored
-
Jaswant Panchumarti authored
- This widget helps to update pipeline information immediately after a property has been modfied. - It can display int, string, double vector properties. - closes paraview/paraview#21238
-
Jaswant Panchumarti authored
- closes paraview/paraview#21238
-
Jaswant Panchumarti authored
- Add template instantiation for T = const char*
-
f85e6ac6 pqApplicationCore: always expose `helpEngine()` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5787
-
f474d1dc SpaceMouseInteractor: clean up some indentation 7788957e SpaceMouseInteractor: require `PARAVIEW_USE_QT` 3e34d13b SpaceMouseInteractor: require 3DxWareSDK 8f568720 LANLX3DReader: declare license files b501f41b LANLX3DReader: clean up CMake style 89d6d19b LANLX3DReader: avoid screammake 7afeb97b LANLX3DReader: remove dead code Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Acked-by:
Boonthanome Nouanesengsy <boonth@lanl.gov> Merge-request: !5786
-
Nicolas Vuaille authored
-
e838fa6b To edit transfer function control point color, use Enter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5783
-
Ben Boeckel authored
Fixes: #18740
-
The Python module cftime is newer than the netcdftime module. The plugin first searches for cftime, then moves on to netcdftime if it is not available. Additionally, the plugin is disabled by default due to these dependencies. The plugin does not build if none of them is available.
-
570ed1ee Add release note 2adc6406 Integrate ExpressionsManager in properties panel a51c4600 Introduce pqExpressionsWidget 495ffde7 Introduce the Expressions Manager 2f894830 Move pqOneLinerTextEdit to QtComponents 38039b0e Use cross-plateform copy-paste event Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5734
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
* pqStringVectorPropertyWidget conditionnally uses a pqExpressionWidget, based on the XML Hint `<Widget type=one_liner_wrapped>` The expression group can be set to `Python` by adding `syntax=python` to the XML Hint (default group is `Expression`) This adds shortcuts to use Expressions from the properties panel. * set up (Python)Calculator and PythonAnnotation with this XML hint
-
Nicolas Vuaille authored
* container widget for pqOneLinerTextEdit and buttons linked to the pqExpressionsManager
-
Nicolas Vuaille authored
* An `expression` is a one-line string with a name and associated to a `group`. This is typically a mathematical expression for the Calculator. * `pqExpressionManager` is an interface to read/write expressions to settings. * `pqExpressionsDialog` is a graphical interface to edit the expressions stored in the settings. It also allows to import/export expressions to a json-formatted file.
-
Ben Boeckel authored
-
Ben Boeckel authored
The plugin is a no-op without it.
-
Ben Boeckel authored
There's no point in continuing if it cannot be found.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
551f7d13 Remove OSPRay Volume Anisotropy 67a78f1f Expose volumetric shadows parameters dbfbed95 Expose TwoSidedLighting in Render View options Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !5769
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
- 22 Jun, 2022 3 commits
-
-
Aron Helser authored
To avoid paraview/paraview#20758 disable double-click for editing the color of points in the color bar in the transfer function editor, and use the Enter/Return key instead.
-
cf0119ab Expose vtkHyperTreeGridGradient in Gradient filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !5771
-
7390e4b2 Make VR movement style pickable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5743
-