Skip to content
Snippets Groups Projects
  1. Apr 05, 2012
    • 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
  2. Mar 22, 2012
  3. Mar 20, 2012
  4. Mar 19, 2012
  5. Mar 16, 2012
  6. Mar 15, 2012
    • David Gobbi's avatar
      BUG 13001: Fix backwards compatibility of GetSliceNumberMin/Max(). · 012c45da
      David Gobbi authored
      In VTK 5.10 the vtkImageActor was reimplemented with vtkImageSliceMapper.
      As an unwanted side-effect, the use of SetDisplayExtent caused the
      GetSliceNumberMin/Max methods to always return the current slice.
      This patch fixes the problem and restores backwards compatibility.
      
      Change-Id: If01bfd47cd7bfa3d8ff98a7c8b979f628f23ec23
      012c45da
  7. Mar 14, 2012
  8. Mar 08, 2012
  9. Mar 05, 2012
  10. Mar 01, 2012
  11. Feb 29, 2012
  12. Feb 28, 2012
Loading