- Nov 16, 2023
-
-
-
-
-
2d87622c Prevent wrong indices when fixing OBJ geometry Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10696
-
2d87622c Prevent wrong indices when fixing OBJ geometry Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10696
-
Kitware Robot authored
-
- Nov 15, 2023
-
-
d43ab15f Fix normal mapping with edge visibility Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Acked-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !10705
-
2e94e804 Add VTK::ComputeLighting::Exit tag for volume shader replacement Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10645
-
Alexy Pellegrini authored
Fixing the OBJ is done because OBJ files can index normals, vertices and tcoords independently, but VTK cannot. This reverts to the old behavior, which drops lines and points when fixing is needed.
-
709f52a5 Add initialization requirement for Windows use. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10702
-
-
-
-
5bf45b44 Add support for PDAL 2.0 version ccee5db7 IOPDAL: Always links with pdalcpp Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10692
-
5bf45b44 Add support for PDAL 2.0 version ccee5db7 IOPDAL: Always links with pdalcpp Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10692
-
Kitware Robot authored
-
- Nov 14, 2023
-
-
Michael Migliore authored
-
Lucas Gandel authored
Add a tag for shader replacement in computeLighting. This can be used to store variable as global variables when using shader replacement.
-
6513b045 Added the bts reader class Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10659
-
-
-
-
99bd602b Fix link issues with "ImplicitBackends" Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10701
-
Adrien Stucky authored
-
Emanuel Cesconeto authored
-
Timothée Couble authored
-
Timothée Couble authored
pdal_base and pdal_utils libraries are removed in PDAL 2.6.0 link with pdalcpp instead starting from this version.
-
Alexy Pellegrini authored
Linker complained that a symbol was redefined when using these classes in a target while also linking against CommonCore: LNK2005 "vtkConstantImplicitBackend<char>" already defined in vtkToImplicitRamerDouglasPeuckerStrategy.obj This was caused by an explicit instanciation without proper extern template declaration.
-
Kitware Robot authored
-
- Nov 13, 2023
-
-
110ca18c Close the file after parsing the contents dff70286 Fix more wrap executable memory leaks a42b02b2 Free the wrapper executable options at exit ac0fb52e Make the string cache for argv expansion a global 6bb27cd2 Wrapper tool exit code for finalization Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10677
-
7ecee7b0 docs: fix links in CONTRIBUTING.md Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Acked-by:
Stephen McDowell <stephen.mcdowell@kitware.com> Merge-request: !10699
-
David Gobbi authored
-
David Gobbi authored
This fixes items found with the following valgrind options: valgrind --leak-check=full --show-leak-kinds=all
-
David Gobbi authored
This makes it easier to track leaks in valgrind.
-
David Gobbi authored
The string cache is used to hold args read from response files. Previously, vtkParse_MainMulti would return it, and the caller would free it during finalization. Now it is freed in the main finalization function, instead.
-
David Gobbi authored
Now the main finalization function takes an exit code in addition to returning one. If given a nonzero exit code, the finalization function will just free all resources and then return the code. If given a zero exit code, then the finalization function might perform additional actions (for example, write a dependency file) and will return 0 if those actions succeed or 1 if they fail.
-
1920a2ed Doc: fix bad username for mathieu 370338e3 Doc: remove former keu employees from the list of reviewer Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !10700
-
2040ca5c Sanitize some OpenGL rendering classes 52db68e9 Fix pop up layout with tone mapping crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10697
-
Lucas Givord authored
-
Lucas Givord authored
-