Blender Git Loki
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