- Jul 05, 2019
-
-
Lars Bilke authored
When FileName does not contain a path, e.g. FileName = 'my_file.gltf'
-
- Jul 04, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jul 03, 2019
-
-
a188aa2a Add SSAO render pass Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5715
-
Michael Migliore authored
-
- Jul 02, 2019
-
-
c850abaa vtkCutter: use vtk3DLinearGridPlaneCutter when possible Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5707
-
- Jul 01, 2019
-
-
d051585e fix findhdf5 under Cray Programming Environment Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5712
-
David E. DeMarle authored
Under CrayPE, the compiler implicitly knows where hdf5 libraries are when the cray-hdf5 module is loaded. In this situation the hdf5 libraries have to be interface libraries and we can't/do not need to do the extra work to query the library details.
-
ec44ab83 Plug memory leaks in reader and writer. f5e66784 make HTG multicomponent arrays possible add88030 fix hyertreegrid IO Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5701
-
d8bd771d Fixing parallel particle paths filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5697
-
3aee60fd Fix shadow pass for PBR and headlights Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5710
-
Michael Migliore authored
-
fa9a686c Remove the unnecessary auto init destructor logic Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !5706
-
53650bad cleanup vtkSelector API df1fb2aa vtkSelector: avoid segfaults dd796484 vtkSelector: simply `Initialize` arguments 53030ca3 vtkExtractSelection: place `Delete` close to `New` Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5703
-
Utkarsh Ayachit authored
The motivation for these changes was to properly support extracting of non-leaf blocks from a composite dataset (ref: paraview/paraview#18696). This, however, resulted in changes to cleanup the vtkSelector along the following lines: Cleanup virtual API to avoid passing parameters that most subclasses ended up ignoring. `ComputeSelectedElements` was provided composite and amr indices which was not necessary. Fixed that. Better handle composite datasets where selection was defined using non-leaf nodes. Previous API was not able to support this use-case.
-
- Jun 29, 2019
-
-
e26d97ea Add a point array of zeros to filter input data ab3912f1 Fix crash when contour array range is <= 0.0 and UseScalarTree is on Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5709
-
- Jun 28, 2019
-
-
Cory Quammen authored
This array is used to check that enabling UseScalarTree does not crash when the contour scalar array's range minimum is the same as the maximum.
-
Cory Quammen authored
When UseScalarTree is on but the difference between the contour array's min and max is 0.0 or less, the vtkSpanSpace allocated internally is not fully initialized and leads to a null pointer access, causing a crash. Fix this by checking that the array range is > 0.0 before attempting to use a scalar tree.
-
d42d8eb0 FindNetCDF: support using netcdf.pc information 529ef2de FindNetCDF: support CMake-built netcdf packages c79f733f vtkModule: detect conflicting imported targets d48875a3 vtkModuleWrapPython: avoid using a stale value 7b8f4e7f vtkModuleWrapPython: improve error message Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5705
-
Ben Boeckel authored
-
Ben Boeckel authored
This is preferred because NetCDF itself knows if it needs to link against HDF5 when built that way.
-
Ben Boeckel authored
Some external packages export their targets without namespaces. This makes it fairly likely that a `MyProj::external` conflicts with an `external` target created by `find_package(external)`. Since this is an internal name in the external third party case, support mangling the name in this case.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Cory Quammen authored
For vtkUnstructuredGrid inputs with linear cells, the vtk3DLinearGridPlaneCutter offers a potentially significant performance boost. Incorporate that into vtkCutter and use it when possible. Add static function to vtk3DLinearGridPlaneCutter to check whether a data object can be fully processed by the filter, i.e., when the dataset consists of 3D linear cells. One test baseline was modified to accomodate the change in cell subdivision (there was no change in slice surface output).
-
d74deb92 Improve PBR support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5683
-
Michael Migliore authored
- Fix PBR bugs - Provide Equirectangular to cubemap texture to facilitate cubemap creation - Map PBR to OSPRay Principled material
-
ace84cd6 Fixing a deadlock in vtkMaskPoints Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !5708
-
Max Zeyen authored
Fixing a deadlock in vtkMaskPoints which occured if some ranks didn't contain any data. Splitting the communicator resolved the deadlock. Code Cleanup Cleaning and reorganizing the code. Code Cleaning Making hasPoints boolean and moving the if then operator into the InternalSplitController call. Fixing Warnings Removed names of unused member function parameters in vtkMaskPoints. Removing A MPI Barrier Call Removing a potentially dangerous MPI barrier call. The barrier is placed after a point where some ranks might already have quit. Code Cleaning Replacing hasPoints == 0 with !hasPoints, as hasPoints was changed into a boolean.
-
Robert Maynard authored
The `AutoInit_Destruct` methods had no content so no reason to keep them around, increasing the size of every VTK binary.
-
4aabd31b vtkUnstructuredGrid: fix possible loss of data warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !5692
-
42e3102f Fix glTF warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !5698
-
- Jun 27, 2019
-
-
9cd1bcbb Remove vtkShaderDeviceAdapter2 and vtkShaderProgram2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5704
-
Andrew Bauer authored
There was bug where Ids are incremented but shouldn't be when particles were migrated between MPI processes. Additionally when a particle migrated away from a process but then migrated back to that same process the generated path line cells were wrong. Both bugs are fixed with this change.
-
Robert Maynard authored
Fixes #17632 Both of these types are not used with the removal of the OpenGL1 backend.
-
-
6d8539d7 Handle shader creation failures Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5702
-
6d8539d7 Handle shader creation failures Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5702
-
a55320f6 vtkModule: remove unnecessary variable dereference 80b637e5 vtkModule: only add `::` for a non-empty namespace b7546f80 vtkModule: support relative paths to module and kit files Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !5699
-