Files
test/source/blender/blenkernel
Sybren A. Stüvel 81175eb40d 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.
2018-05-02 12:15:00 +02:00
..
2017-06-01 19:59:37 +02:00
2018-01-28 17:00:39 +11:00
2017-05-25 15:19:58 +10:00
2018-04-23 20:29:40 +02:00
2017-08-07 20:48:22 +02:00