|
Blender V4.3
|
#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) |
This file contains functions for converting a Mesh into a Bmesh, and back again.
Definition in file bmo_mesh_convert.cc.
| 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.
| void bmo_mesh_to_bmesh_exec | ( | BMesh * | bm, |
| BMOperator * | op ) |
Definition at line 22 of file bmo_mesh_convert.cc.
References bm, BM_mesh_bm_from_me(), BMO_slot_bool_get(), BMO_slot_ptr_get(), params, Object::shapenr, and BMOperator::slots_in.
| void bmo_object_load_bmesh_exec | ( | BMesh * | bm, |
| BMOperator * | op ) |
Definition at line 38 of file bmo_mesh_convert.cc.
References bm, BMO_op_callf(), BMO_slot_ptr_get(), Object::data, BMOperator::flag, and BMOperator::slots_in.