56 const struct MLoop *mloop,
struct Mesh * mesh_get_eval_deform(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask)
struct Mesh * mesh_create_eval_no_deform(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask)
struct Mesh * mesh_get_eval_final(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask)
void BKE_mesh_runtime_verttri_from_looptri(struct MVertTri *r_verttri, const struct MLoop *mloop, const struct MLoopTri *looptri, int looptri_num)
void BKE_mesh_runtime_eval_to_meshkey(struct Mesh *me_deformed, struct Mesh *me, struct KeyBlock *kb)
bool BKE_mesh_runtime_reset_edit_data(struct Mesh *mesh)
void BKE_mesh_runtime_debug_print(struct Mesh *me_eval)
void BKE_mesh_runtime_debug_print_cdlayers(struct CustomData *data)
void BKE_mesh_runtime_clear_cache(struct Mesh *mesh)
void BKE_mesh_runtime_reset(struct Mesh *mesh)
char * BKE_mesh_runtime_debug_info(struct Mesh *me_eval)
const struct MLoopTri * BKE_mesh_runtime_looptri_ensure(struct Mesh *mesh)
bool BKE_mesh_runtime_clear_edit_data(struct Mesh *mesh)
struct Mesh * mesh_create_eval_no_deform_render(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask)
void BKE_mesh_runtime_clear_geometry(struct Mesh *mesh)
bool BKE_mesh_runtime_is_valid(struct Mesh *me_eval)
struct Mesh * mesh_create_eval_final_index_render(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask, int index)
void BKE_mesh_runtime_looptri_recalc(struct Mesh *mesh)
int BKE_mesh_runtime_looptri_len(const struct Mesh *mesh)
struct Mesh * mesh_create_eval_final(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask)
void BKE_mesh_runtime_reset_on_copy(struct Mesh *mesh, const int flag)
bool BKE_mesh_runtime_ensure_edit_data(struct Mesh *mesh)
struct Depsgraph Depsgraph
const Depsgraph * depsgraph