Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-20fix for [#17871] PLY file import: blender seems to loose vertex color ↵Campbell Barton
information use Mesh rather then NMesh
2008-08-11fix for [#17365] PLY export script writes comment in invalid wayCampbell Barton
this is good for 2.47
2007-12-05- fix for [#7327] Problem/issue with .PLY export,Campbell Barton
editmode was not exited, and vertex normals would not write at all! (probably own error) - Edited tooltip for texture DVar (was some user confusion in the studio as to its purpose) - Set render border is disabled when it has no area - so drawing a box outside the camera disables .
2007-01-09ply export patch 5576 applied with parts rewritten.Campbell Barton
BPyMesh getMeshFromObject bugfix in some cases non mesh object types could be a problem.
2006-07-04more updates, mostly 2.3 error checking, nice messages when pythons not ↵Campbell Barton
installed and some nendo import optimizations. BPyMesh will work with the exception of the redux function in py2.3
2006-07-03Update to ply export, give nice messages to the user rather then throwing ↵Campbell Barton
errors at the user. Export mesh data with modifiers and objects matrix applied. export not only mesh data but text, nurbs etc (thanks to BPYMesh getMeshFromObject) Small updates to ply import, dont set the TEX of a face (no pink faces anymore)
2006-01-13==python scripts==Tom Musgrove
added ply import and export, extensively tested on files from http://www.cs.virginia.edu/~gfx/Courses/2001/Advanced.spring.01/plymodels/ they give correct results for both import and export, however they could use some speed optimization for large mesh