Skip to content
Snippets Groups Projects
  1. May 27, 2012
  2. Apr 10, 2012
    • Dalai Felinto's avatar
      own patch [#30877] ply exporter to use shared faces when not exporting the normals · 5c872413
      Dalai Felinto authored
      Faces should be exported with shared vertices whenever possible (otherwise this is simply a STL exporter). Since PLY stores normals per vertex it's understandable that we need 'individual' faces when exporting normals. However when this is not the case I think shared vertices should be default behaviour. This is what this patch implement.
      
      Thanks Campbell for reviewing it. Thanks Aldo Zang for reporting it (off trackers, in the old fashion real life)
      5c872413
  3. Mar 23, 2012
  4. Mar 19, 2012
    • Dalai Felinto's avatar
      'bugfix' .ply import/export scripts flip V texture coordinate · f59365ca
      Dalai Felinto authored
      .PLY has no specification for how to represent the texture coordinates.
      The general guideline is to implement this the way is more convenient for the software (this it makes no sense to flip what Blender does internally).
      
      Also, there are some softwares that used to flip V in the past for .ply. This has changed though, and from what I could find in the internet, the current standard is to have the V opposite to what we have in Blender.
      
      Finally I used meshlab for my tests - http://meshlab.sourceforge.net/
      Their sample files (the dount one) shows flipped V in blender.
      
      I hope no one gets unhappy with this commit.
      f59365ca
  5. Mar 15, 2012
  6. Dec 31, 2011
  7. Oct 17, 2011
  8. Oct 11, 2011
  9. Sep 24, 2011
  10. Mar 14, 2011
  11. Jan 22, 2011
  12. Jan 14, 2011
Loading