Skip to content
Snippets Groups Projects
  1. Apr 17, 2024
  2. Apr 16, 2024
  3. Apr 15, 2024
  4. Apr 14, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      Fix gradient and textured backgrounds in tiled displays · 604c2d6c
      Jaswant Panchumarti (Kitware) authored
      - address paraview/paraview#22559
      - Render a full-screen quadrilateral as an overlay with `vtkActor2D` and `vtkPolyDataMapper2D`.
        This method is more robust because the 2D Overlay VTK rendering subsytem ensures that the
        projection matrix accounts for tiled displays.
      604c2d6c
    • Jaswant Panchumarti (Kitware)'s avatar
      Support custom uniforms in opengl 2D polydata mapper · 96b01e3c
      Jaswant Panchumarti (Kitware) authored
      - allows specification of custom uniforms on a vtkActor2D's shader property.
      - this design follows the pattern from  the 3D vtkOpenGLPolyDataMapper.
      - finally, ensure texture coordinates are available as inputs for vertex and
        fragment shaders so that shader developers can use that for any purpose besides
        texture mapping while customizing shader code.
      96b01e3c
    • Cory Quammen's avatar
      vtkPythonInterpreter: release GIL in SetupPythonPaths · 85718276
      Cory Quammen authored
      Client applications that initialize Python prior to initializing
      vtkPythonInterpreter and which add Python search paths would hang
      because the GIL was not released on Windows with Python version > 3.8
      after DLL search paths were added. Fixed that by using the default
      vtkPythonScopeGilEnsurer constructor, which defaults to releasing the
      GIL.
      
      (cherry picked from commit 25b17126)
      85718276
  5. Apr 12, 2024
  6. Apr 11, 2024
  7. Apr 10, 2024
  8. Apr 09, 2024
  9. Apr 08, 2024
  10. Apr 05, 2024
Loading