Blender Git Loki
Git Commits -> Revision ed2887f
Revision ed2887f by Campbell Barton (master) June 20, 2009, 14:01 (GMT) |
updated the ply exporter to use the blender 2.5 python api Note's * exports the mesh without modifiers or transformations applied * supports UV's vertex colors * no support for normals yet (missing from data api) * registers an operator called EXPORT_OT_ply * no file selector yet. can only fun from python currently bpy.ops.EXPORT_OT_ply(filename="/tmp/test.ply") * removed double lookups on the vertex dict, build face verts to write allong the way. |
Commit Details:
Full Hash: ed2887f7209a31ff7bb52147e0baf330477f7548
SVN Revision: 21033
Parent Commit: f7c0d1b
Lines Changed: +131, -84
1 Modified Path:
/release/io/export_ply.py (+131, -84) (Diff)