- Jan 30, 2025
-
-
Alexy Pellegrini authored
-
Alexy Pellegrini authored
This facilitates .pyi generation when wrapping modules with dependencies.
-
Alexy Pellegrini authored
-
- Jan 20, 2025
-
-
b8da15a0 IO/FFMPEG: avoid deprecated `avcodec_close` c2bd786a vtkFFMPEGVideoSource: free the context itself as well Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11856
-
aacedc12 Test Clean poly data in distributed context 037718f1 Fix missing data when merging points in distributed context Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11833
-
816be849 Add test for vtkPAxisAlignedReflectionFilter 05cf4b0e Add vtkPAxisAlignedReflectionFilter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11842
-
Kitware Robot authored
-
- Jan 19, 2025
-
-
2213601a Make contour node manipulation methods virtual Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Betsy McPhail <betsy.mcphail@kitware.com> Merge-request: !11852
-
ff0b8363 Fix redundant specifiers identified by clang-tidy f740c4d0 Ensure that QQuickVTKPinchEvent conforms to HeaderTesting f449d964 Default parameter initialization for QQuickVTKPinchEvent members 32aa3076 Ensure that QQuickVTKInteractorAdapter conforms to HeaderTesting 287f60fe Replace pinch event pan to translate to match QML 3e78d1f8 Added release note for QtQuick/QML multi-touch interaction 73ed1f0a Add multitouch interaction for QtQuick/QML VTK items Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11828
-
85b78e98 ci: enable exceptions in wasm builds ae0b2286 Add option for exception catching in wasm Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11843
-
Kitware Robot authored
-
- Jan 18, 2025
-
-
Kitware Robot authored
-
- Jan 17, 2025
-
-
Ben Boeckel authored
It hasn't been necessary for a long time, so mask its use.
-
Ben Boeckel authored
-
aacd1e1b Allow clearing and reusing contour representation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Betsy McPhail <betsy.mcphail@kitware.com> Acked-by:
Joe Snyder <joe.snyder@kitware.com> Acked-by:
Betsy McPhail <betsy.mcphail@kitware.com> Merge-request: !11816
-
bfd56aaf Prevent posting multiple event for a single repeating timer Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Acked-by:
Sean McBride <sean@rogue-research.com> Merge-request: !11848
-
90807dce Add changelog 04548b33 TestDataObjectToConduit: Test state/metadata/vtk_fields 1000f00d TestConduitSource: Test state/metadata/vtk_fields 00e4718f vtkDataObjectToConduit: Add state/metadata/vtk_fields bdc384ac vtkConduitToDataObject: Add state/metadata/vtk_fields 1d7a1f2c vtkConduitToDataObject: Fix typo in FillPartionedDataSet name Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !11664
-
Sankhesh Jhaveri authored
Allows for custom manipulations for the contour representation subclasses.
-
fed515d4 Avoid undesired outline inflating in vtkBoundedWidgetRepresentation 14d06fa2 Update TestImplicit(Annulus/Cylinder)Widget's test baselines 4134c5e0 Update TestImplicitFrustumWidget test and its baseline b0f737ce Improve Frustum interactions a212dcf3 Update TestImplicitConeWidget's test baseline 1a5cd87a Improve EventPlayer debugging by displaying cursor a495f39f CI: Exclude TestContourTriangulatorHoles on macOS_arm64 0b3dadc0 CI: Exclude TestLinePlot3D on macOS_arm64 ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11714
-
05a953e3 Update RequestDataObject/Info order to pipeline one 01870573 Reset single update in the straming vtkStreamingDemandDrivenPipeline Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11845
-
Sankhesh Jhaveri authored
-
Jaswant Panchumarti (Kitware) authored
- this commit enables exceptions in wasm builds so that unit tests can print stack traces for uncaught exceptions
-
Jaswant Panchumarti (Kitware) authored
- Adds `VTK_WEBASSEMBLY_EXCEPTIONS` cmake setting to enable exceptions at compile+link time with `-fexceptions`. - This setting will allow the C++ unit tests to print additional stack traces when an uncaught exception is thrown, at the expense of greater binary size and slower execution. - The `ENABLE_EXCEPTION_CATCHING` option requires a list of functions from which exceptions may be thrown. This commit allows all functions to throw exception catching with `DISABLE_EXCEPTION_CATCHING=0` as we cannot know all possible functions that could throw exceptions.
-
3060c67e Add the catch for error and format ff35086f Fix for the same issue with Fluent Legacy Format. eac1c665 Fixes for a bug when reading hexahedron tree cell structure. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11829
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Jan 16, 2025
-
-
e3b970f3 ci: Exclude TestMixedGeometryCellScalars for wasm 52863d5f Create VTK::vtkWebAssemblyTestLinkOptions interface target 1c7a4e57 Use extend method to add webgpu flags for linux browsers dac31755 docs: update wasm build and test instructions with current tool versions 3cb20025 TestLabeledDataMappers: skip for GLES due to no geometry shader support 94ab597a TestLabeledDataMappers: Prevent out of order globals init in wasm dfe6482b Add implicit engine args only if engine path is specified Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !11796
-
d2176e74 Remove obsolete PythonInitImpl.cxx file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11838
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
3709dac5 Merge branch 'upstream-sqlite' into tpl-update-sqlite 57d28fd2 sqlite 2025-01-02 (d6edf298) 54259e2f sqlite: update version to 3.47.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11801
-
!11708 introduced the vtkBoundedWidgetRepresentation to handle widget outlines, an existing but duplicated feature. The refactor misses a point: when OutsideBounds is off and ConstrainToWidgetBounds is On, the box should be translated and not inflated to stays around the center. This was not detected due to bad threshold in baseline comparison. CylinderWidget2 and PlaneWidget3 were impacted.
-
Leftover from !11708: we changed the picker used for some interactions (as for the Radius), so the widget correctly follows the cursor. Obviously, this impacts the test final screenshot. But a wrong threshold in baseline comparison used to hide it. See !11714 for threshold update.
-
-
Using position instead of motion avoids shifts. Also widget actually follow the cursor, which is more intuitive
-
-