Blender  V3.3
Functions
bmo_mesh_convert.c File Reference
#include "DNA_key_types.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "BLI_math.h"
#include "bmesh.h"
#include "intern/bmesh_operators_private.h"
#include "BKE_global.h"

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.c.

Function Documentation

◆ bmo_bmesh_to_mesh_exec()

void bmo_bmesh_to_mesh_exec ( BMesh bm,
BMOperator op 
)

Definition at line 49 of file bmo_mesh_convert.c.

References bm, BM_mesh_bm_to_me(), BMO_slot_ptr_get(), G, 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 
)