Blender Git Loki
Git Commits -> Revision 7fa7e4b
Revision 7fa7e4b by Campbell Barton (master) March 11, 2012, 05:58 (GMT) |
bmesh python api additions: - BMesh.is_wrapped - BMesh.copy() - BMesh.clear() - BMesh.free() - BMesh.from_object(obj, apply_modifiers=True) - BMEdge.calc_length() - BMLoop.calc_normal() - BMLoop.calc_tangent() |
Commit Details:
Full Hash: 7fa7e4ba1faf7a122f99a683c04935e01725061c
SVN Revision: 44805
Parent Commit: 050439f
Lines Changed: +276, -33
6 Modified Paths:
/source/blender/bmesh/intern/bmesh_mesh.c (+10, -7) (Diff)
/source/blender/bmesh/intern/bmesh_queries.c (+59, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.h (+2, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_api.c (+2, -8) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+196, -16) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+7, -2) (Diff)
/source/blender/bmesh/intern/bmesh_queries.c (+59, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.h (+2, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_api.c (+2, -8) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+196, -16) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+7, -2) (Diff)