Blender Git Commit Log

Git Commits -> Revision 81175eb

Revision 81175eb by Sybren A. Stüvel (master)
May 2, 2018, 10:15 (GMT)
Modifiers: ported Bevel modifier DerivedMesh ? Mesh

This introduces `BKE_mesh_to_bmesh_ex()`, which exposes all of the
`BMeshFromMeshParams` parameters to the caller. This is required to enable
the `calc_face_normal` flag, which is required for the Bevel modifier.

This also introduces `BKE_bmesh_to_mesh()`, which allocates a new `Mesh`,
converts the `BMesh` to it, and returns it. The returned mesh is owned by
the caller.

Commit Details:

Full Hash: 81175eb40ddbbd8ea9c98eb71f590b148012eb06
Parent Commit: baf0547
Lines Changed: +55, -27

4 Modified Paths:

/source/blender/blenkernel/BKE_mesh.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/mesh.c (+27, -9) (Diff)
/source/blender/modifiers/intern/MOD_armature.c (+2, -8) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+18, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021