- Jun 24, 2020
-
-
ae383063 Move VTK release to 9.0.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7054
-
T.J. Corona authored
-
- Jun 23, 2020
-
-
5ea2b2e6 Merge topic 'dynamic_analysis_error' into backport-missed-mrs-9.0.1 e9ba5e44 Fix a dynamic analysis regression in vtkImageDataToUniformGrid e2561326 Merge topic 'federico.miorelli/vtk-patch-2' into backport-missed-mrs-9.0.1 51e87023 Fix NaN values being changed to FLOAT_MIN and FLOAT_MAX Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !7046
-
Ben Boeckel authored
Merge-request: !7025
-
Deep copying input scalars without casting causes into an unsigned char array was causing undefined behavior errors when the input data type was anything other than unsigned char. Moreover, this deep copy was not required because all values in the blanking array are overwritten eventually to one of 0, HIDDENPOINT or HIDDENCELL. (cherry picked from commit 8b27df42)
-
Ben Boeckel authored
Merge-request: !6922
-
solves #17159 (cherry picked from commit 0d19c578)
-
1964f28c index fix in vtkTetra::PointToIncidentFaces Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !7010
-
- Jun 19, 2020
-
-
Yohann Bearzi (Kitware) authored
-
- Jun 18, 2020
-
-
c3077f0d docs: mention how to fix external dep problems Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !7026
-
Ben Boeckel authored
-
- Jun 17, 2020
-
-
17229439 Moved some macros from vtkVersion.h to vtkVersionMacros.h Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7011
-
- Jun 16, 2020
-
-
cd762bdc Merge topic 'BUG_Qt5.15_fixes' into backport-missed-mrs-9.0.1 d2a8d750 Merge topic 'fix-normals' into backport-missed-mrs-9.0.1 e562e792 Qt 5.15 needs the include file QPainterPath af905daa Merge topic 'MissingAtomicInclude' into backport-missed-mrs-9.0.1 38ca1a22 Fix normals when using cell normals with PBR 7be9155d Add missing atomic include 181a8dfd Merge topic 'filtersparallelgeometry-dep' into backport-missed-mrs-9.0.1 cd17dc83 FiltersParallelGeometry depends on FiltersCore Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !7008
-
01678f23 vtkWheelPreparation: fix unset OpenGL_GL_PREFERENCE detection 2ceff28f OpenGL: fix OpenGL preference selection detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7013
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Jun 15, 2020
-
-
Sean McBride authored
This allows using the useful VTK_VERSION_CHECK macro in C and Objective-C.
-
Ben Boeckel authored
Merge-request: !6943
-
Ben Boeckel authored
Merge-request: !6932
-
(cherry picked from commit 797f2869)
-
Ben Boeckel authored
Merge-request: !6928
-
(cherry picked from commit 36abfa65)
-
(cherry picked from commit bc4f802f)
-
Ben Boeckel authored
Merge-request: !6862
-
fe373f79 vtkWheelPreparation: Set OpenGL_GL_PREFERENCE to LEGACY d1c52452 OpenGL: Fix Linux python wheel supporting linking against LEGACY GL libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6946
-
-
Depending on the legacy GL library is preferred because the legacy libGL runtime is available on most systems. In few years (when the glvnd implementations will be common), we could revisit this.
-
deeda5b0 fix crash Bezier cells with rational weights Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7001
-
- Jun 13, 2020
-
-
florian maurin authored
(cherry picked from commit 80729cce)
-
- Jun 12, 2020
-
-
9ad1b39f Deprecated vtkRenderWindow::IsDrawable method, is used in all of VTK d4930258 Fixed Issue #17907 by providing a new API to disable linking view to context Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !6970
-
- Jun 11, 2020
-
-
a93fff6a Fix infinite loop in vtkContourTriangulator Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !6941
-
- Jun 10, 2020
-
-
0d9bbf9b FindTBB: fix to work properly with Visual Studio 2017 and above Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6986
-
Boris Basic authored
-
- Jun 08, 2020
-
-
Sunderlandkyl authored
During vtkCCSCutHoleyPolys, the same polys could be specified as both the outer and inner contours. This would cause an infinite loop as polys were repeatedly added and removed from the list, and as a result the loop would never be terminated. Fixed by adding checks to prevent the same poly from being specified as both inner and outer contours. Fixes: #17627
-
- Jun 05, 2020
-
-
8cb9dd79 Fix timers in VTK9 vtkXRenderWindowInteractor Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !6972
-
- Jun 04, 2020
-
-
David Gobbi authored
There was an extra XNextEvent() call that was made when events were not pending, causing the interactor to wait until the next XEvent and ignore all timers until that event arrived.
-
- Jun 03, 2020
-
-
Sean McBride authored
This was motivated by issue #17907 because the Cocoa implementation of IsDrawable consults the NSOpenGLContext's view relationship, which can now be optionally nil.
-
Sean McBride authored
- Added new Get/SetConnectContextToNSView flag that controls whether the NSOpenGLContext created by VTK is linked to the NSView (that could be created by VTK or merely provided to VTK). It defaults to true, preserving VTK's existing behaviour. When false, setView: is never invoked on the context, thus never linking it to the NSView. This is desirable when rendering into a CAOpenGLLayer, where one wants the context linked to the CAOpenGLLayer, not the NSView. Notably, in macOS 10.15.4 (but not any older version) macOS now crashes in this scenario (Issue #17907). - updated SimpleCocoaVTK example to use SetConnectContextToNSView(false) where it demonstrates using CAOpenGLLayer, thus fixing the 10.15.4 crash there. - vtkCocoaRenderWindow::InitializeFromCurrentContext was calling this->SetContextId() to update the context, which is the main point of the method. Now it also calls this->SetPixelFormat() which seems more correct since the new context could have a different pixelFormat. - vtkCocoaRenderWindow::InitializeFromCurrentContext used to check if the current context was related to an NSView, and if not, do nothing. But now that not being related to an NSView is a normal case, this check was removed. - Changed vtkCocoaRenderWindow::InitializeFromCurrentContext to no longer call SetWindowId (the NSView) and SetRootWindow (the NSWindow). - The changes to vtkCocoaRenderWindow::InitializeFromCurrentContext allow the SimpleCocoaVTK example to no longer skip to the superclass implementation.
-
- Jun 01, 2020
-
-
4b4bdfd5 add and clean Derivatives 560a46d4 add multi degree support to vtkUpdateCellsV8toV9 8e60f1a3 fix: overwrite PointParametricCoordinates instead of writting at its tail 349ad337 fix PointParametricCoordinates not updated when Lagrange cell degrees change Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6938
-
- May 29, 2020
-
-
5b7d3856 Fix Buffer Overflow Error in vtkWrapPythonInit.c Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6952
-