Blender V4.5
blender::ed::mesh::set_attribute Namespace Reference

Functions

static void bmesh_vert_edge_face_layer_selected_values_set (BMesh &bm, const BMIterType iter_type, const GPointer value, const int offset)
static void bmesh_loop_layer_selected_values_set (BMEditMesh &em, const GPointer value, const int offset)
static wmOperatorStatus mesh_set_attribute_exec (bContext *C, wmOperator *op)
static wmOperatorStatus mesh_set_attribute_invoke (bContext *C, wmOperator *op, const wmEvent *event)
static void mesh_set_attribute_ui (bContext *C, wmOperator *op)

Function Documentation

◆ bmesh_loop_layer_selected_values_set()

void blender::ed::mesh::set_attribute::bmesh_loop_layer_selected_values_set ( BMEditMesh & em,
const GPointer value,
const int offset )
static

◆ bmesh_vert_edge_face_layer_selected_values_set()

void blender::ed::mesh::set_attribute::bmesh_vert_edge_face_layer_selected_values_set ( BMesh & bm,
const BMIterType iter_type,
const GPointer value,
const int offset )
static

◆ mesh_set_attribute_exec()

◆ mesh_set_attribute_invoke()

◆ mesh_set_attribute_ui()