Blender  V2.93
Public Attributes | List of all members
BMeshFromMeshParams Struct Reference

#include <bmesh_mesh_convert.h>

Public Attributes

uint calc_face_normal: 1
 
uint add_key_index: 1
 
uint use_shapekey: 1
 
int active_shapekey
 
struct CustomData_MeshMasks cd_mask_extra
 

Detailed Description

Definition at line 36 of file bmesh_mesh_convert.h.

Member Data Documentation

◆ active_shapekey

int BMeshFromMeshParams::active_shapekey

Definition at line 43 of file bmesh_mesh_convert.h.

◆ add_key_index

uint BMeshFromMeshParams::add_key_index

Definition at line 39 of file bmesh_mesh_convert.h.

◆ calc_face_normal

uint BMeshFromMeshParams::calc_face_normal

Definition at line 37 of file bmesh_mesh_convert.h.

Referenced by bc_triangulate_mesh(), BMD_mesh_bm_create(), and modifyMesh().

◆ cd_mask_extra

struct CustomData_MeshMasks BMeshFromMeshParams::cd_mask_extra

Definition at line 43 of file bmesh_mesh_convert.h.

◆ use_shapekey

uint BMeshFromMeshParams::use_shapekey

Definition at line 41 of file bmesh_mesh_convert.h.


The documentation for this struct was generated from the following file: