Skip to content
Snippets Groups Projects
  1. Dec 01, 2024
    • David Gobbi's avatar
      Warn when default __init__() modifies C++ attributes · 8ed0c03e
      David Gobbi authored
      If the C++ object already existed within VTK, and the Python object
      is being created because it is being returned by a method, then we
      don't want the creation of the Python object to cause changes to
      C++ object attributes that were already set by the C++ VTK code.
      
      For example, if we are getting the output dataset from a C++ VTK
      filter, we don't want any C++ attributes of the dataset to change
      when the Python part of this pre-existing dataset object is created.
      8ed0c03e
  2. Nov 21, 2024
  3. Nov 19, 2024
  4. Nov 18, 2024
  5. Nov 16, 2024
  6. Nov 15, 2024
  7. Nov 14, 2024
  8. Nov 13, 2024
  9. Nov 12, 2024
  10. Nov 08, 2024
Loading