- Jun 21, 2023
-
-
Alexy Pellegrini authored
This tests vtkVariantStringToNumeric
-
- Jun 19, 2023
-
-
Kitware Robot authored
-
- Jun 18, 2023
-
-
Kitware Robot authored
-
- Jun 17, 2023
-
-
Kitware Robot authored
-
- Jun 16, 2023
-
-
6f544bc0 vtkMeanValueCoordinatesInterpolator: guard for empty polygon Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10277
-
Kitware Robot authored
-
- Jun 15, 2023
-
-
a7c15f85 Fix type mismatch for >= operator in glsl for GLES Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10278
-
Kitware Robot authored
-
- Jun 14, 2023
-
-
Jaswant Panchumarti (Kitware) authored
-
Julien Fausty authored
-
Kitware Robot authored
-
- Jun 13, 2023
-
-
72738468 vtkhdf: add documentation for poly data 96fb7273 vtkhdf: add changelog for poly data support 7b3fd8bf vtkhdf: poly data support 8b49d619 vtkhdf: setup polydata testing Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10263
-
785e3b81 SPDX: fix wrong SPDX information and doc Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10273
-
Kitware Robot authored
-
- Jun 12, 2023
-
-
Mathieu Westphal (Kitware) authored
-
e31ccc8e SPDX: Documentation fixups cf97ee75 Merge branch 'small_spdx_fixups' into 'small_spdx_fixups' c2163ed0 spdx: Refactor python script introducing generate_spdx_file 46987fef spdx: Minor tweak of the python generation script 121fd6f1 spdx: Skip generation of response file if there are no inputs b404c538 spdx: Fix generation failure on Windows by adding support for response files d58ce2e1 spdx: Support specifying copyright text with apostrophe 8a842ed4 docs(spdx): Remove obsolete limitation related to escape of parentheses ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10270
-
032d3b89 STYLE: Add missing lines in vtkVRRenderWindowInteractor 7ecbf4f1 ENH: Generalize VR binding definition related to complex gesture events 3ee0cf25 DOC: Update VR docstrings to consistently mention "complex gesture" c07e0186 ENH: Generalize handling of complex gesture events in VR 38e241a3 ENH: Re-introduce support for custom logic handling VR complex gesture Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9892
-
-
-
-
2184a4cd Add support for rotations in VRML Transform nodes d60adbd4 Detect and handle incompatible depth attachment formats c02c0da6 vtkOpenGLProjectedTetrahedraMapper: fix depth buffer blit 897a852b vtkOpenGLProjectedTetrahedraMapper: move shader binding 269b7b03 openfoam: add a test for decomposed GGI / global face zone 2864e102 openfoam: ignore extended number of faces (fixes paraview#14235) 55558016 Replace utf8 right quote with ascii quote 82837c8c Remove bad byte 0x0f from a source file ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10268
-
2184a4cd Add support for rotations in VRML Transform nodes d60adbd4 Detect and handle incompatible depth attachment formats c02c0da6 vtkOpenGLProjectedTetrahedraMapper: fix depth buffer blit 897a852b vtkOpenGLProjectedTetrahedraMapper: move shader binding 269b7b03 openfoam: add a test for decomposed GGI / global face zone 2864e102 openfoam: ignore extended number of faces (fixes paraview#14235) 55558016 Replace utf8 right quote with ascii quote 82837c8c Remove bad byte 0x0f from a source file ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10268
-
Also fixes crash if tabs are used as values separators
-
- When the depth formats are incompatible, sample the depth with shaders. Otherwise, blit color and depth attachments together.
-
Fix depth buffer copy when a floating point framebuffer is available. When the bit depth of VTK's render FBO and the one used by this mapper are not the same, direct blitting from one FBO to the other does not work. Fix that by separating the color buffer blit from the depth buffer blit.
-
Move binding of the shader program needed for the projected tetrahedra rendering algorithm closer to where it is needed. This makes it less likely to interfere with other shader programs that may be used in the algorithm.
-
-
- occurs with foam-extend globalFaceZone, in which the faces list is longer than owner/neighbour lists (with the extra faces belonging to the globalFaceZone). Remedy by simply resetting the known NumFaces to be consistent with owner/neighbour information. The excess faces will simply be dragged along without being addressed. This is a minor memory overhead (versus truncating the face list), but only affects cases with globalFaceZone and still allows some possibility to handling in the future if desired. Adjustment consistent with CreateCellFaces() private method.
-
-
The file vtkImageData.cxx had control byte 0x0f (^O) at the end of one of the comment lines. It has been removed.
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
spdx: Improve content of FAQ and Limitations sections See merge request mwestphal/vtk!2
-
Kitware Robot authored
-
- Jun 11, 2023
-
-
Kitware Robot authored
-
- Jun 10, 2023
-
-
Jean-Christophe Fillion-Robin authored
* Decouple parsing from generation * Improve name of internal variables
-
Jean-Christophe Fillion-Robin authored
- Sort import alphabetically - Move script documentation at the script/module level and improve help display
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
This commit updates the "SPDX_generate_output.py" script to accept response files as input source file specifications. The previous implementation had a limitation of a maximum command length of 8191 characters on a Windows system (as documented in [1]), which led to generation failures in some modules. By using response files for specifying input files, this commit fixes the issue. In particular, certain modules such as the one listed below needed to accept input files beyond the 8191 limit: - vtkCommonImplicitArrays - vtkCommonDataModel - vtkCommonCore - vtkRenderingOpenGL2 - vtkInteractionWidgets To demonstrate this, we list these modules and the length of their "-spdx.Release.args" files using the commands shown below: ``` $ find . -type f -name "*-spdx.Release.args" | xargs wc -m | sort -n -r | tail +2 | head -n6 52896 ./vtkCommonImplicitArrays-spdx.Release.args 13542 ./vtkCommonDataModel-spdx.Release.args 10576 ./vtkCommonCore-spdx.Release.args 9783 ./vtkRenderingOpenGL2-spdx.Release.args 9302 ./vtkInteractionWidgets-spdx.Release.args 6592 ./vtkFiltersGeneral-spdx.Release.args ``` This listed was generated assuming the VTK source and build directories are respectively located at "C:/VTK" and "C:/VTK-build". This approach is similar to the one used for passing input files to the Python wrapping tool (see `CMake/vtkModuleWrapPython.cmake` that was originally implemented in 328d974b "ENH: Allow wrapping tools to accept argument files.") [1] https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation
-
Jean-Christophe Fillion-Robin authored
To avoid the apostrophe (or single quote) from confusing the execution of the command associated the build-system specific code resulting from the use of "add_custom_command()", this commit use the recommended VERBATIM option and ensure the argument is space separated. This allows to specify name like "John O'Keefe" or "Bob O'Bara"
-
Jean-Christophe Fillion-Robin authored
It turns out that the introduction of single-quote for handling argument passed to "SPDX_generate_output.py" allows to support the of parentheses. Experiment done using the "Unix Makefiles" generator also confirmed that the single escaping had no effect.
-