- Nov 07, 2023
-
-
Michael Migliore authored
-
2fa89c29 Fix line widget translation interaction bug 81b26829 Add the substract and multiply operations to vtkVector Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10683
-
7ba10901 vtkERFReader: Fix incorrect reserver and isspace usages Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10681
-
Kitware Robot authored
-
- Nov 06, 2023
-
-
Timothée Couble authored
When moving a line widget with one of its axes at 0, it can lead to matrix calculation inaccuracies. Theses inaccuracies result in a computed value close to zero, but not precisely zero as it should be. This slight offset prevent some filters relying on an intersection between a line and a plane to works correctly. Fix this bug by projecting the new point onto a plane that is defined by the camera's orientation axis and a reference point within that plane.
-
Timothée Couble authored
-
0e6aee83 Add testing for vtkFLUENTReader b5bfa416 Add FLUENT Mesh file support in vtkFLUENTReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10595
-
97c99775 Make Python-wrapped char safe for ord() function cd036602 Don't restrict wrapped char to ASCII values Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10679
-
-
Kitware Robot authored
-
- Nov 05, 2023
-
-
David Gobbi authored
Previously, the Python wrappers would return a char value of zero as the empty string. This is troublesome because calling ord('') will raise an exception. It is better for the length of the returned str object to always have a length of 1, and be '\0' if the char is zero.
-
David Gobbi authored
Previously, if a VTK methods returned a 'char' value that with an extended (non-ASCII) value, the Python wrappers would raise an exception: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0 Likewise, passing a Python str of length 1 to a VTK method as a 'char' would give an error if the unicode value was > 127: TypeError: InsertNextValue argument 1: a string of length 1 is required (Note: this should be a ValueError exception rather than TypeError.) The new code allows unicode values in the range [0,255] to be passed and returned with the Python wrappers.
-
28ec95e5 vtkCocoaGLView: Fix macos keyCode/KeySym Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10668
-
c9758499 vtkWin32RenderWindowInteractor: Factorize key event logic 1da4867f vtkWin32RenderWindowInteractor: Fix KeyCode/KeySym recovery Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !10667
-
36da6b57 vtkRenderWindowInteractor: Sanitize GetKeySym usages in VTK 78fab540 vtkRenderWindowInteractor: Adding KeyCode/KeySym doc 38806e49 Interaction: Do not generate event without KeySym in tests 91094a84 Widgets: Improve behavior with modifiers ba9c1276 Widgets: Fix vtkCoordinateFrame and DisplaySizedImplicitPlane 67f7d7fc vtkXRenderWindowInteractor: Fix an issue with modifiers and KeyCode/KeySym Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !10652
-
bbc32297 DOC: Fix `vtk::ExtractSelectedPolyDataIds` class doc inline code markup Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10666
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Nov 04, 2023
-
-
e1129836 Rename ParseDependencyTracking to ParseDepends Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10670
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
Widgets rellying on callbacks and keycode behave incorrectly when pressing control modifiers, as it modifies the keycode the RWI provides. By adding callback on the correct keycode and relying on the keysym whenever possible, this commit improve such behavior.
-
Mathieu Westphal (Kitware) authored
Both these widgets have dedicated behavior with control modifier. Ensure these behavior can be reached by adding callback on the keycode that the RWI provides when using Ctrl.
-
Mathieu Westphal (Kitware) authored
In 30a89b03, a incorrect fix was introduced that prevented the XRWI to ever provide correct KeyCode and KeySym when pressing Shift. This commit revert the commit and fixes the behavior but reintroduce previous limitations with Control having an impact on the KeyCode
-
Kitware Robot authored
-
- Nov 03, 2023
-
-
f308769d vtkSplineFilter: Add OutputPointsPrecion parameter Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10635
-
Kitware Robot authored
-
- Nov 02, 2023
-
-
67c0e4cc vtkModuleWrapPython: note that package generation dependencies are exact 579b3302 vtkModuleWrapPython: note that Python `Init` dependencies are exact 7f2c2fe2 vtkModuleWrapPython: indicate that `.pyi` dependencies are exact 75de546a GUISupport/QtQuick: add note for `add_custom_command(TARGET)` 9edd3194 Wrapping/Python: indicate that dependencies are exact f848ba29 Wrapping/Java: indicate that dependencies are exact 9627ea9e vtkHashSource: indicate that dependencies are exact 51f06ca3 vtkEncodeString: indicate that dependencies are exact Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !10665
-
Add ANARI rendering capability to the rendering infrastructure. 48227798 anari: Switch to SPDX copyright 4ba442a2 ci: Disable ANARI module until libraries are available on the test machines 7d52385f Added ANARI rendering capability Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10324
-
73b35aa4 ThirdParty: actually execute the include tests as well Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10663
-
275e54f9 Write unique paths in vtkParse dependency tracking a61047aa Some simplifications to vtkParse depends tracking Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10651
-
2f94c3db Anisotropic gaussians Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10662
-
Alexy Pellegrini authored
-
FLUENT Mesh file may not contains cell data. In that case, the reader generates a single polydata block using the faces informations.
-
David Gobbi authored
No real reason except that DependencyTracking is a mouthful. The word DEPENDS also occurs throughout our cmake files in similar context.
-
Kitware Robot authored
-
- Nov 01, 2023
-
-
8d73768a OpenGL2: Use #ifdef instead of #if to fix compiler error Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10664
-