- Jun 18, 2016
-
-
Utkarsh Ayachit authored
-
- Jun 17, 2016
-
-
efaa5f6c Update the "Linear Green" color map. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !831
-
Utkarsh Ayachit authored
Previous one was a duplicate. Adding a new version instead.
-
969583be ThirdParty: sync with update-common.sh with VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !832
-
6cc919c6 Fixes BUG #15966. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !830
-
Ben Boeckel authored
-
0731e3db Ensure that certain user directories exist on Mac 9f1c79ee Added more helper functions to vtkPVMacFileInformationHelper f4c43562 Added user Downloads directory to Mac open file dialog 8a5ba1b2 Fixed indentation and brace position Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !823
-
0e1e05ae BUG #16747: Fix time marker. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !829
-
- Jun 16, 2016
-
-
Cory Quammen authored
If they do not exist, do not add them to the list of directories in vtkPVFileInformation.
-
Cory Quammen authored
These helper functions retrieve paths for common user directories, on the Mac such as Desktop, Documents, and Downloads, using Foundation Framework functions that should handle differences in paths due to localization.
-
Cory Quammen authored
-
Cory Quammen authored
-
Utkarsh Ayachit authored
Fixes regression introduced by 4dfc0847. Do avoid flicker, the best way is to disable updates, and not hide/show. Using show() at the end was forcing the widget to show itself even when it was hidden by other code namely pqPropertiesPanel.
-
Utkarsh Ayachit authored
Time marker now uses data range from the axes to avoid running into pitfalls due to guesstimated range X (or Y) range.
-
38c9e6f3 Add experimental option to disable IceT. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !813
-
f1a07eed Don't use data-dependent default for SPHKernelBase's SpatialStep. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !828
-
Utkarsh Ayachit authored
Users want to be able to change the default for this property through settings. Hence we make it data independent since currently only data independent properties are saved in settings.
-
0f72cb35 Create separate filters for line/plane/volume. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Will Schroeder <will.schroeder@kitware.com> Merge-request: !824
-
- Jun 15, 2016
-
-
b3acacfb adjust ospray default brightness level to match GL Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !826
-
David DeMarle authored
old default does not match current ospray and amb.occlusion results
-
- Jun 14, 2016
-
-
Utkarsh Ayachit authored
We now have separate fitlers for point/SPH interpolators for each input type. ALso, the line interpolator, by default, shows it output in the XY chart view.
-
Utkarsh Ayachit authored
Added an experimental option to disable IceT. This is experimental and may be removed in future.
-
- Jun 13, 2016
-
-
d6963a29 Fix display detection logic. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !822
-
Utkarsh Ayachit authored
When `--disable-xdisplay-test` option was provided, vtkPVDisplayInformation would skip the display check but erroneously set the global flag to indicate that display test failed. Fixed that.
-
- Jun 10, 2016
-
-
dd0faecb Add VTK_NEWINSTANCE hint to vtkPVInstantiator. a3b24986 Update VTK. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !820
-
Utkarsh Ayachit authored
-
- Jun 09, 2016
-
-
Utkarsh Ayachit authored
-
29792880 Bump VTK for transparent point gaussian fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !818
-
d5c36b0e Remove bogus compound proxy definitions from examples. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !819
-
- Jun 08, 2016
-
-
Utkarsh Ayachit authored
These are polluting the application namespace when these examples are loaded.
-
Utkarsh Ayachit authored
-
706fa1f9 Adding a script to generate Catalyst tarballs. cf0a08e6 Move hardcoded version number to a separate file. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !817
-
David C. Lonie authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
This makes it easier to script the code that updates the version number for each release.
-
94668965 Adding Test 6cd25441 Exposing the center cursor the SphereWidgetRepresentation a4c0a32b PointSource now use a SphereWidgetRepresentation f098a167 SphereWidget placeWidget method should be empty Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !769
-
ef541ac5 Add rendering backend information to client-server handshake. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !815
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
SphereWidgetRepresentation in VTK have a new property to show or not show the vtkCursor at the center of the SphereWidgetRepresentation
-
Mathieu Westphal (Kitware) authored
Both PointSource and FixedPointSource in extended_source should use a SphereWidgetRepresentation since they both have a radius
-