Campbell Barton
fd1dcada60
fix for [ #17871 ] PLY file import: blender seems to loose vertex color information
...
use Mesh rather then NMesh
2008-10-20 13:36:18 +00:00
Campbell Barton
b3eb06f8a9
* added armature (bones) support to the fbx exporter. Only rest state, no animation yet.
...
* fix for PLY from 2.44
2007-08-06 20:20:20 +00:00
Campbell Barton
99857e40e3
some PLY files dont have faces, made these import without raising an error.
2007-01-11 02:09:45 +00:00
Campbell Barton
859b7f207e
modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs.
2006-12-25 09:17:23 +00:00
Campbell Barton
c4b4e2922f
more updates, mostly 2.3 error checking, nice messages when pythons not installed and some nendo import optimizations.
...
BPyMesh will work with the exception of the redux function in py2.3
2006-07-03 20:17:40 +00:00
Campbell Barton
e70610ab1e
Update to ply export, give nice messages to the user rather then throwing 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-07-03 03:22:48 +00:00
Campbell Barton
5e19642c55
Speedup by a factor of about 20%
2006-01-26 15:39:38 +00:00
Tom Musgrove
9137d364df
==python scripts==
...
slight bug fix update to ply importer by Bruce Merry
2006-01-15 20:05:28 +00:00
Tom Musgrove
b367da593b
==python scripts==
...
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
2006-01-12 21:33:42 +00:00