|
Blender V4.3
|
#include <bmesh_mesh_convert.hh>
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 |
Definition at line 25 of file bmesh_mesh_convert.hh.
| int BMeshFromMeshParams::active_shapekey |
Definition at line 33 of file bmesh_mesh_convert.hh.
| bool BMeshFromMeshParams::add_key_index |
Definition at line 29 of file bmesh_mesh_convert.hh.
| bool BMeshFromMeshParams::calc_face_normal |
Definition at line 26 of file bmesh_mesh_convert.hh.
Referenced by blender::ed::sculpt_paint::trim::apply_trim(), bc_triangulate_mesh(), BKE_mesh_mirror_apply_mirror_on_axis(), BKE_mesh_mirror_bisect_on_mirror_plane_for_modifier(), BKE_mesh_remesh_voxel_fix_poles(), BKE_mesh_to_bmesh(), BMD_mesh_bm_create(), blender::io::ply::do_triangulation(), blender::io::alembic::ABCGenericMeshWriter::do_write(), blender::io::usd::USDGenericMeshWriter::do_write(), doEdgeSplit(), ED_uvedit_add_simple_uvs(), blender::ed::sculpt_paint::dyntopo::enable_ex(), geometry_extract_apply(), get_bmesh_from_mesh(), blender::geometry::boolean::mesh_bm_concat(), modify_mesh(), modify_mesh(), paint_mask_slice_exec(), triangulate_mesh(), blender::nodes::node_geo_triangulate_cc::triangulate_mesh_selection(), undomesh_to_editmesh(), blender::ed::sculpt_paint::trim::update_normals(), and WireframeModifier_do().
| bool BMeshFromMeshParams::calc_vert_normal |
Definition at line 27 of file bmesh_mesh_convert.hh.
Referenced by blender::ed::sculpt_paint::face_set::delete_geometry().
| struct CustomData_MeshMasks BMeshFromMeshParams::cd_mask_extra |
Definition at line 34 of file bmesh_mesh_convert.hh.
| bool BMeshFromMeshParams::use_shapekey |
Definition at line 31 of file bmesh_mesh_convert.hh.