Blender Git Loki
Git Commits -> Revision a0dbd88
Revision a0dbd88 by Campbell Barton (master) March 14, 2013, 18:35 (GMT) |
converting a mesh to a curve was unnecessarily using tessface's. use mpolys instead and simplify checks for wire edges. Also rename BKE_mesh_from_curve() --> BKE_mesh_to_curve() since this function converts a mesh into a curve. |
Commit Details:
Full Hash: a0dbd88311ae85c6713a91a6dca97eee6e90db9d
SVN Revision: 55286
Parent Commit: 64b2ecf
Lines Changed: +21, -31