Skip to content
Snippets Groups Projects
  1. May 12, 2012
  2. May 11, 2012
  3. May 10, 2012
  4. May 07, 2012
  5. May 06, 2012
  6. May 05, 2012
  7. May 04, 2012
  8. May 02, 2012
  9. May 01, 2012
  10. Apr 26, 2012
  11. Apr 23, 2012
  12. Apr 10, 2012
  13. Apr 06, 2012
  14. Apr 05, 2012
    • David Gobbi's avatar
      ENH: Make python vtk module use Connection for inputs. · 1ece67f0
      David Gobbi authored
      In VTK 6, the SetInput method will be gone.  In commit 0061b2d5,
      the SetInput calls were replaced by SetInputConnection.
      The purpose of this commit is to backport all VTK-5 compatible
      parts of that commit to the VTK 5.10 release.
      
      Change-Id: I2ca67735e29ea3ff41b2af095f3cf891caca0421
      1ece67f0
    • David Gobbi's avatar
      COMP: Fix python module prefix/suffix in vtkMy and vtkLocal. · 26f302fe
      David Gobbi authored
      The two build examples, vtkMy and vtkLocal, were not setting the
      prefix/suffix for the python modules.  On Windows, modules must
      be built with a ".pyd" suffix, because the .dll suffix has been
      deprecated since Python 2.5.  On Linux/Unix/OS X, modules should
      have the "lib" prefix stripped.
      
      Change-Id: I9b9c6bb1d4ab010a46a4b9237afd5d683b21a02e
      26f302fe
  15. Apr 04, 2012
  16. Mar 22, 2012
Loading