- May 27, 2012
-
-
Bastien Montagne authored
Note: there are other exporters with the same problem, will fix them as well.
-
- Apr 23, 2012
-
-
Campbell Barton authored
-
- Apr 14, 2012
-
-
Bastien Montagne authored
-
- Apr 10, 2012
-
-
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)
-
- Mar 23, 2012
-
-
Campbell Barton authored
update addons enabled by default to use 'faces -> tessfaces' also grease pencil scatter and quake map export.
-
- Mar 19, 2012
-
-
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.
-
- Mar 16, 2012
-
-
Dalai Felinto authored
thanks Campbell for review and tweaks
-
- Mar 15, 2012
-
-
Dalai Felinto authored
-
- Jan 14, 2012
-
-
Campbell Barton authored
-
- Dec 31, 2011
-
-
Campbell Barton authored
-
- Oct 17, 2011
-
-
Campbell Barton authored
-
- Oct 11, 2011
-
-
Campbell Barton authored
-
- Sep 24, 2011
-
-
Campbell Barton authored
-
- Sep 22, 2011
-
-
Campbell Barton authored
-
- Sep 03, 2011
-
-
Sergey Sharybin authored
Adding UNDO flag to import operators. Made this only for trunk addons.
-
- Aug 08, 2011
-
-
Campbell Barton authored
-
- Jul 25, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Jul 11, 2011
-
-
Campbell Barton authored
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
-
- Jun 21, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- May 28, 2011
-
-
Campbell Barton authored
-
- May 16, 2011
-
-
Campbell Barton authored
-
- May 11, 2011
-
-
Campbell Barton authored
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Mar 14, 2011
-
-
Campbell Barton authored
-
- Feb 27, 2011
-
-
Campbell Barton authored
-
- Feb 16, 2011
-
-
Campbell Barton authored
-
- Feb 11, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Feb 08, 2011
-
-
Campbell Barton authored
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
-
- Feb 07, 2011
-
-
Campbell Barton authored
-
- Jan 22, 2011
-
-
Campbell Barton authored
most editors (besides notepad) will open these files without trouble.
-
- Jan 21, 2011
-
-
M Bouchard Guillaume authored
- Display the right docstring for ply files - Add a filter to *.stl on importing stl files
-
M Bouchard Guillaume authored
-
Campbell Barton authored
-
- Jan 17, 2011
-
-
Campbell Barton authored
-
- Jan 14, 2011
-
-
Campbell Barton authored
-