Blender  V3.3
Public Attributes | List of all members
BMeshFromMeshParams Struct Reference

#include <bmesh_mesh_convert.h>

Public Attributes

bool calc_face_normal
 
bool calc_vert_normal
 
bool add_key_index
 
bool use_shapekey
 
int active_shapekey
 
struct CustomData_MeshMasks cd_mask_extra
 

Detailed Description

Definition at line 20 of file bmesh_mesh_convert.h.

Member Data Documentation

◆ active_shapekey

int BMeshFromMeshParams::active_shapekey

Definition at line 28 of file bmesh_mesh_convert.h.

◆ add_key_index

bool BMeshFromMeshParams::add_key_index

Definition at line 24 of file bmesh_mesh_convert.h.

◆ calc_face_normal

bool BMeshFromMeshParams::calc_face_normal

◆ calc_vert_normal

bool BMeshFromMeshParams::calc_vert_normal

Definition at line 22 of file bmesh_mesh_convert.h.

Referenced by modifyMesh().

◆ cd_mask_extra

struct CustomData_MeshMasks BMeshFromMeshParams::cd_mask_extra

◆ use_shapekey

bool BMeshFromMeshParams::use_shapekey

Definition at line 26 of file bmesh_mesh_convert.h.


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