- May 30, 2019
-
-
1309ce46 vtkm: place VTKm's build artifacts with VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5599
-
Ben Boeckel authored
-
- May 28, 2019
-
-
621e3acf vtkProperty: add missing include Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !5593
-
Ben Boeckel authored
-
45f72b3b Changing default FindCell algorithm. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Will Schroeder <will.schroeder@kitware.com> Merge-request: !5556
-
- May 17, 2019
-
-
Pato Sandaña authored
-
- Apr 25, 2019
-
-
b7e5a1f9 Fixed compiler error due to incorrect header filename spelling Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5462
-
9bf77c82 Fixed memory leak in vtkCocoaGLView Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !5454
-
- Apr 24, 2019
-
-
Sean McBride authored
-
Sean McBride authored
-
- Apr 20, 2019
-
-
6f54b402 Avoid leaks by hinting NewIterator methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5353
-
- Apr 18, 2019
-
-
bac4590e BUG: Remote hidden file regex was incorrect Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !5194
-
- Apr 12, 2019
-
-
8732680a Fix for BUG0013829: vtkAssembly::GetBounds adds bounds which are unintialized. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5337
-
- Mar 30, 2019
-
-
David Gobbi authored
The iterator objects returned by vtkDataSet and derived classes were leaking in the Python wrappers. This patch adds hints so that Python knows that it has to take ownership of these objects.
-
- Mar 22, 2019
-
-
Aravind M authored
BUG 0013829 (https://vtk.org/Bug/view.php?id=13829) Even though the status of bug is fixed it wasn't completely fixed. For some reason, the implementor of the fix didn't make this change. This commit completes the bug fix by setting the prop as visible if at least one prop has a valid bounds.
-
- Mar 21, 2019
-
-
956e725e Merge branch 'upstream-libproj' into HEAD 5222651e libproj-release 2019-03-20 (00566600) ad60e2df libproj: update for freebsd fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5326
-
Ben Boeckel authored
* upstream-libproj: libproj-release 2019-03-20 (00566600)
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 00566600025494b1799aa9f771f0973fdc2e6819 (for/vtk-old-20190320-4.9.3).
-
375afed5 Merge branch 'upstream-png' into png-disable-opt 747aa4bd png-release 2019-03-20 (b422a024) ae72ec15 png: update to disable architecture optimizations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5327
-
Ben Boeckel authored
* upstream-png: png-release 2019-03-20 (b422a024)
-
Code extracted from: https://gitlab.kitware.com/third-party/png.git at commit b422a0240b91b04ca94ae84291d6ff1a064b3228 (for/vtk-old-20190320-1.6.29).
-
- Mar 20, 2019
-
-
Ben Boeckel authored
Fixes: #17385
-
Ben Boeckel authored
Fixes: #17178
-
b7f76bb0 remove redundant declaration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5322
-
- Mar 19, 2019
-
-
David E. DeMarle authored
otherwise we can end up with errors like: ERROR: In e:\vtk\source\rendering\opengl2\vtkshaderprogram.cxx, line 480 vtkShaderProgram (0000000006567710): ERROR: 0:42: 'vertexVCVSOutput' : redeclaring non-array as array or ERROR: In e:\vtk\source\rendering\opengl2\vtkshaderprogram.cxx, line 480 vtkShaderProgram (000001F2BC8CEA30): Geometry shader failed to compile with the following errors: ERROR: 0:32: error(#191) Redeclaration of array with size: vertexVCVSOutput
-
- Feb 25, 2019
-
-
9cd4b9c9 DICOMParser: Fix crashes in DICOMAppHelper methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !5234
-
- Feb 24, 2019
-
-
David Cole authored
Extend the pattern already seen in the PatientNameCallback and StudyIDCallback methods to the StudyUIDCallback and GantryAngleCallback methods of DICOMAppHelper. Avoid calling string char* constructor and ReturnAsFloat method when val == nullptr. Use an empty string or a float value of 0 instead. (cherry picked from commit d29f2b50)
-
- Feb 19, 2019
-
-
5b6dab3e Fix IOS builds failing due to improperly configured vtk_glew.h Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5216
-
- Feb 18, 2019
-
-
Sankhesh Jhaveri authored
-
- Feb 14, 2019
-
-
fe649893 COMP: Ensure that gl2ps is not built with GLES builds 55aed9aa Ensure that the right gl header is included with GLES3 builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5183
-
- Feb 13, 2019
-
-
First, the remote module glob produces full file names. Second, the regex was excluing all remote modules. I tested the new regexp with a hidden file and it works.
-
- Feb 12, 2019
-
-
eb0472e7 Fix contour of linear vtkLagrangeHexahedron. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5185
-
David Thompson authored
The constructor was initializing Order without also allocating CellScalars. Also, add some more tests to prevent this in the future.
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Feb 05, 2019
-
-
b7a1ae49 Revert "add support for writing larger unstructured grids" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dave DeMarle <dave.demarle@gmail.com> Merge-request: !5151
-
Joachim Pouderoux authored
This reverts commit 8fb6f1d5. This change makes the legacy writer to write UG with polyhedrons that are corrupted and can't be loaded back. Initial problem is that legacy format stores cell ids as int (32bits). This change had several issues that should be addressed in the future. We can at least mention those: - it only 'fixes' cases of meshes that containes some polyhedrons; - the reader is not able to read back the produced files; - by only changing the type, it keeps some loops that become useless.
-
- Jan 30, 2019
-
-
5a3fce5e Fix locale issue with Legacy VTK readers & writers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5080
-
- Jan 29, 2019
-
-
Joachim Pouderoux authored
Previous implementation is sensible to the locale settings. This can lead to the creation of VTK files with decimal separators that, for instance, are not compatible with applications like ParaView that sets the "C" locale to avoid such conflicts. This fix set the "C" locale before reading/writing files and restore the previous value when done.
-
- Jan 28, 2019
-
-
dec792d3 ensure rendering picks up change to outline on interaction Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5042
-