Blender V4.3
bmo_split_edges.cc File Reference
#include "BLI_utildefines.h"
#include "bmesh.hh"
#include "bmesh_tools.hh"
#include "intern/bmesh_operators_private.hh"

Go to the source code of this file.

Functions

void bmo_split_edges_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Just a wrapper around BM_mesh_edgesplit

Definition in file bmo_split_edges.cc.

Function Documentation

◆ bmo_split_edges_exec()