Blender V4.3
bmo_mesh_convert.cc File Reference
#include "DNA_key_types.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "bmesh.hh"
#include "intern/bmesh_operators_private.hh"
#include "BKE_global.hh"

Go to the source code of this file.

Functions

void bmo_mesh_to_bmesh_exec (BMesh *bm, BMOperator *op)
 
void bmo_object_load_bmesh_exec (BMesh *bm, BMOperator *op)
 
void bmo_bmesh_to_mesh_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

This file contains functions for converting a Mesh into a Bmesh, and back again.

Definition in file bmo_mesh_convert.cc.

Function Documentation

◆ bmo_bmesh_to_mesh_exec()

void bmo_bmesh_to_mesh_exec ( BMesh * bm,
BMOperator * op )

Definition at line 47 of file bmo_mesh_convert.cc.

References bm, BM_mesh_bm_to_me(), BMO_slot_ptr_get(), G, params, and BMOperator::slots_in.

◆ bmo_mesh_to_bmesh_exec()

void bmo_mesh_to_bmesh_exec ( BMesh * bm,
BMOperator * op )

◆ bmo_object_load_bmesh_exec()

void bmo_object_load_bmesh_exec ( BMesh * bm,
BMOperator * op )