Skip to content
Snippets Groups Projects
  1. Dec 09, 2024
  2. Dec 08, 2024
  3. Dec 07, 2024
    • David Thompson's avatar
      Fix #19552. · d7ff50a9
      David Thompson authored and Ben Boeckel's avatar Ben Boeckel committed
      This also forces all inclusions of the `Singleton.h` header
      to use angle brackets (since in theory third-party libraries
      may be in system paths and even when provided by VTK should
      use `-isystem` instead of `-I`).
      
      (cherry picked from commit 615c9f21)
      d7ff50a9
  4. Dec 06, 2024
    • David Thompson's avatar
      Fix #19552. · 615c9f21
      David Thompson authored
      This also forces all inclusions of the `Singleton.h` header
      to use angle brackets (since in theory third-party libraries
      may be in system paths and even when provided by VTK should
      use `-isystem` instead of `-I`).
      615c9f21
    • Louis Gombert's avatar
      JSONSceneExporter: add release note · 81858651
      Louis Gombert authored
      81858651
  5. Dec 05, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      Fix deserialization when number of items in collection have not changed · 5d49f7b5
      Jaswant Panchumarti (Kitware) authored and Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware) committed
      - This commit fixes a bug in deserialization of vtkCollection in situation where the item pointers have changed but the total number of items in a collection has not changed since the last time the collection was deserialized.
      - Previously, the generated code removed all previous items only when the number of items have changed and added the new items once again. Such a design worked only when the item identifiers remained the same. For example, if the state of a prop collection had a different actor, it would be serialized but never added into the collection.
      - Now, the generated code will always remove all previous items and deserialize each individual item from the state before adding it into the collection.
      
      (cherry picked from commit 817d8f41)
      5d49f7b5
  6. Dec 04, 2024
    • Kenneth Moreland's avatar
      Support unsigned integers in netCDF files · 481be674
      Kenneth Moreland authored
      Previously, netCDF readers such as `vtkNetCDFCFReader` did not support
      several valid netCDF data types. In particular, the unsigned integers were
      not supported. The readers now check for these types and load these
      variables into the correct VTK array type.
      481be674
  7. Dec 02, 2024
  8. Nov 28, 2024
  9. Nov 23, 2024
  10. Nov 22, 2024
  11. Nov 21, 2024
  12. Nov 20, 2024
  13. Nov 19, 2024
  14. Nov 18, 2024
  15. Nov 15, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      Fix deserialization when number of items in collection have not changed · 817d8f41
      Jaswant Panchumarti (Kitware) authored
      - This commit fixes a bug in deserialization of vtkCollection in situation where the item pointers have changed but the total number of items in a collection has not changed since the last time the collection was deserialized.
      - Previously, the generated code removed all previous items only when the number of items have changed and added the new items once again. Such a design worked only when the item identifiers remained the same. For example, if the state of a prop collection had a different actor, it would be serialized but never added into the collection.
      - Now, the generated code will always remove all previous items and deserialize each individual item from the state before adding it into the collection.
      817d8f41
    • Jaswant Panchumarti (Kitware)'s avatar
      Add setter and getter for the text on the axis buttons · 08f50e5f
      Jaswant Panchumarti (Kitware) authored
      - This commit adds setter/getter functions to customize the text on the buttons corresponding to different axis viewpoints.
      08f50e5f
    • Jaswant Panchumarti (Kitware)'s avatar
      Add new verbosity setting for log messages related to marshalling · c32692da
      Jaswant Panchumarti (Kitware) authored
      - this commit adds ability to view tracing information that is emitted from `vtkDeserializer`, `vtkSerializer` and `vtkObjectManager` by configuring a log verbosity. The verbosity can be set either as an environment variable or directly on the object manager, serializer and deserializer.
      - for wasm, new methods are provided in the wasm scene manager bindings. these methods let you pass in strings like "WARNING", "INFO", etc.
      c32692da
  16. Nov 14, 2024
  17. Nov 13, 2024
  18. Nov 11, 2024
  19. Nov 08, 2024
  20. Nov 07, 2024
  21. Nov 04, 2024
  22. Nov 01, 2024
    • Kenneth Moreland's avatar
      Simplify the customization for Kokkos backend · 040c0542
      Kenneth Moreland authored
      When using Kokkos, some Kokkos devices/backends require enabling a
      language (such as CUDA or HIP). Previously, this required users to set a
      variable named `VTK_KOKKOS_BACKEND` to an appropriate value. This has
      been simplified by getting the Kokkos backends directly from the Kokkos
      configuration so that the compilers are set up automatically.
      040c0542
  23. Oct 30, 2024
  24. Oct 24, 2024
  25. Oct 23, 2024
  26. Oct 16, 2024
  27. Oct 08, 2024
Loading