Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/bmesh/bmesh_py_types.c
| Context not available. | |||||
| BM_mesh_bm_from_me( | BM_mesh_bm_from_me( | ||||
| bm, me, (&(struct BMeshFromMeshParams){ | bm, me, (&(struct BMeshFromMeshParams){ | ||||
| .calc_face_normal = use_fnorm, .use_shapekey = use_shape_key, .active_shapekey = shape_key_index + 1, | .calc_face_normal = use_fnorm, .use_shapekey = use_shape_key, .active_shapekey = shape_key_index, | ||||
| })); | })); | ||||
| Py_RETURN_NONE; | Py_RETURN_NONE; | ||||
| Context not available. | |||||