Skip to content
Snippets Groups Projects
  1. Sep 26, 2017
  2. Apr 17, 2017
    • Ben Boeckel's avatar
      Merge topic 'objimporter_fixes_6.3' into release-6.3 · 00f68944
      Ben Boeckel authored
      * objimporter_fixes_6.3:
        fix issues when importing obj files with windows line endings
        Many fixes to OBJImporter
      00f68944
    • Ken Martin's avatar
      fix issues when importing obj files with windows line endings · 127f54b5
      Ken Martin authored and Sankhesh Jhaveri's avatar Sankhesh Jhaveri committed
      Thanks to Pat Marion for tracking this down and providing
      the patch. Handles windows line endings.
      127f54b5
    • Sankhesh Jhaveri's avatar
      Many fixes to OBJImporter · 70ce7300
      Sankhesh Jhaveri authored
      This topic fixes a few issues and adds a test executable
      that can be used to convert obj files to vtp more easily.
      
      The issues fixed are
      
      1) having a map_Kd without a texture name cause a crash
      
      2) having materials in the mtl file that were not used
      resulted in geometry and parts missing from the output
      
      3) having material names with spaces in them caused
      the material not to be recognized
      
      4) some packages use map_kd instead of map_Kd causing
      textures to not be found.
      70ce7300
  3. Feb 20, 2017
  4. Jul 06, 2016
    • David Gobbi's avatar
      BUG 16054: Reduce chance of mistaken swig pointer string. · 66c211a7
      David Gobbi authored
      In the Python wrappers, the vtkDataArray::SetVoidArray() method can take
      two kinds of arguments:
      
      1) a string formatted as a swig pointer "_addr_type" where "addr" is
      the hexadecimal address and "type" is the type, e.g. "p_void".
      
      2) a Python buffer object (any Python object with buffer protocol)
      
      A Python string (in Python 2) is also a buffer object, therefore there
      is some ambiguity.  The use of swig pointers with VTK is exceedingly
      rare, so this fix requires that the string exactly matches the format
      "_addr_p_void" to be interpreted as a swig pointer.
      
      Note that in Python 3, the ambiguity disappears because a string in Py3K
      does not have the buffer protocol.
      66c211a7
    • David Gobbi's avatar
      16130: Fix inconsistency in vtkImageSliceCollection. · a2e13351
      David Gobbi authored
      The Bottom member of vtkCollection was not updated if the added slice
      replaced the previous bottom slice of the collection.  This caused an
      inconsistency in the data structure which could lead to a crash in
      subsequent operations.  I have rewritten the insertion code to reduce
      its complexity.
      a2e13351
  5. Jun 06, 2016
  6. May 16, 2016
  7. Apr 25, 2016
  8. Feb 12, 2016
  9. Feb 11, 2016
  10. Feb 10, 2016
  11. Feb 08, 2016
  12. Feb 04, 2016
  13. Jan 20, 2016
  14. Jan 13, 2016
  15. Dec 18, 2015
  16. Dec 15, 2015
    • Joachim Pouderoux's avatar
      Fix a bug with vtkDelaunay2D. · 57316c29
      Joachim Pouderoux authored and Xabi's avatar Xabi committed
      In a previous patch, a mechanism was added to check edges once
      constrained edges were applied. However, in some cases, this
      check can break some constrained edges.
      This patch make sure to not perform this edge check for triangle
      edges which contains a constrained edge.
      
      (cherry picked from commit ac7a28f9)
      57316c29
  17. Dec 14, 2015
  18. Dec 10, 2015
  19. Dec 09, 2015
  20. Dec 04, 2015
  21. Dec 03, 2015
  22. Nov 30, 2015
  23. Nov 27, 2015
  24. Nov 19, 2015
  25. Nov 18, 2015
  26. Nov 16, 2015
  27. Nov 13, 2015
Loading