Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_mesh_conv.h
| Context not available. | |||||
| unsigned int add_key_index : 1; | unsigned int add_key_index : 1; | ||||
| /* set vertex coordinates from the shapekey */ | /* set vertex coordinates from the shapekey */ | ||||
| unsigned int use_shapekey : 1; | unsigned int use_shapekey : 1; | ||||
| /* define the active shape key (index + 1) */ | /* define the active shape key (index) */ | ||||
| int active_shapekey; | int active_shapekey; | ||||
| }; | }; | ||||
| void BM_mesh_bm_from_me( | void BM_mesh_bm_from_me( | ||||
| Context not available. | |||||