- 18 Jan, 2017 1 commit
-
-
Chuck Atkins authored
-
- 03 Jan, 2017 1 commit
-
-
87de3238 Update VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1256
-
- 02 Jan, 2017 8 commits
-
-
Utkarsh Ayachit authored
-
4e115c2e LagrangianParticleTracker Plugin 92a149c1 Make CreatePrettyLabel a static public method 92544da1 Adding DisableSubTrace member to SMProperty ad4efa94 Correcting GhostLevel for Polydata 52c75931 Correcting selected_proxy_panel_visibility management 40866b7c Adding Integrators and Locators in utilities.xml Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !1254
-
Mathieu Westphal authored
This plugin expose the vtkLagrangianParticleTracker, a very flexible particle tracking filter in vtk, as well as providing helper filter for easier use of the filter. The helpers are : * A surface helpers, which add a certain number of values to the field data of it's input, to be used then as the surface in the tracker. * A seed helpers, in multiple version, which a certain number of values to the point data of it's input, to be used then as the seed input of the tracker. Both these filters uses an integration model parameters to configure their panel, in order to be completelly dynamic. This commits also contains lots of tests for the tracker and helpers.
-
Mathieu Westphal authored
This commits remove CreatePrettyLabel and create two new methods. static CreateNewPrettyLabel which parse and create a new char and CreateAndSetPrettyLabel which is the same method as the previous CreatePrettyLabel but uses CreateNewPrettyLabel.
-
Mathieu Westphal authored
disable_sub_tracing is a new ivar which, when set to true on a proxy property, will disable python tracing for all properties of the proxy pointed by this proxy property
-
Mathieu Westphal authored
This commit make the GeometryRepresentation ask for a ghost level for polydata, it wasn't before.
-
Mathieu Westphal authored
This commit correct the management of selected_proxy_panel_visibility to behave the way it was intended to. Before this commit selected_proxy_panel_visibility = never was not taken into account
-
Mathieu Westphal authored
This commit adds all integrators and locators in their own groups in utilities.xml for future usage.
-
- 29 Dec, 2016 3 commits
-
-
b4554322 Fix `and` usage with `&&` in preprocessor directives. 550ecc48 Cleanup undo/stack after interaction in chart views. f2226e28 Invalid resource accessedin pqQVTKWidget. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1251
-
9fe4ae1a Make `ZoomTo` overrideable. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1250
-
8cd896c4 Python 3: Fix `print` usage. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1252
-
- 28 Dec, 2016 3 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
When on interacted with any of the chart views, it messed up the undo/redo stack adding individual undo actions for each mouse move. Fixed that by ensuring that the entire interaction gets clubbed in a single undo event. Needed to add new vtkPVContextInteractorStyle class since vtkContextInteractorStyle does not fire start/end interaction events which are needed to build undo stack properly.
-
Utkarsh Ayachit authored
During initialization, pqQVTKWidget was accessing an icon resource that was not present in the pqCore library, instead only present in pqComponents. Hence, when apps linked against pqCore alone e.g. `pqCoreBasicApp`, it would raise an error attempting trying to paint on a 0-sized image. Fixed that by creating a copy of the resource in pqCore.
-
- 27 Dec, 2016 1 commit
-
-
Utkarsh Ayachit authored
-
- 23 Dec, 2016 9 commits
-
-
fbfd0257 Fix Catalyst editions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1249
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
LZ4 is now needed by vtkIOCore. Adding it to the Base manifest.
-
142c6795 Move VisItBridge for removing Boxlib2D. 3cb466e7 Remove Boxlib2D as it needs BoxLib compiled with different options c95dd18e Move VisitBridge for Boxlib readers. aa5087db Move VTK for BoxLib readers. 42123ad1 Add Boxlib2D and Boxlib3D to VisItBridge. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1240
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
8ebd2203 Fix Python 3 print issue. 45a3db5a Update baselines for tylo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1247
-
- 22 Dec, 2016 14 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
73f2a079 Add prompt for Python shell when triggered on no-python build. c733d55a Fix issues with no-python builds and pqImportCinemaReaction. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1246
-
e7b885ec Removed unused members and handled unused function parameter 674d4e45 Fix format specifier for warning messages. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1245
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
65bf9d6f Add more options to ResampleWithDataSets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1244
-
Sujin Philip authored
Adds the following options: 1) ComputeTolerance: Enable/disable automatic tolerance computation 2) Tolerance: Set a user specified tolerance value 3) MarkBlankPointsAndCells: Enable/disable marking of blank points Addresses issues in #15887
-
d3befa9a Fix cell-centered glyphs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1238
-
3e44939d More print statements need parentheses 8e4e6c37 Use `PyUnicode_AsUTF8` to get cstr from Python str. 6e331e7c Fix another python print statement for python 3 0987a8f0 Update SurfaceLIC tests to use python 3 compatible prints 03ce2fcc Handle python 3 in the Qt syntax highlighter for displaying Python 32174896 Check if entry exists before deleting df033a27 Use key parameter rather than cmp in python sorted function 1408a214 Python 3 removed iteritems so handle it not being there ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1216
-
Cory Quammen authored
-
Cory Quammen authored
The tags are type long long, but the format specifier %ld is for type long. Replace with format specifier %ldd to silence compiler warnings.
-
93047e71 Fixing categories for when some processes don't have data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1235
-
879cf191 Properly share field data information Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1243
-