Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mesh.h
| Show First 20 Lines • Show All 628 Lines • ▼ Show 20 Lines | |||||
| void BKE_mesh_strip_loose_faces(struct Mesh *me); | void BKE_mesh_strip_loose_faces(struct Mesh *me); | ||||
| void BKE_mesh_strip_loose_polysloops(struct Mesh *me); | void BKE_mesh_strip_loose_polysloops(struct Mesh *me); | ||||
| void BKE_mesh_strip_loose_edges(struct Mesh *me); | void BKE_mesh_strip_loose_edges(struct Mesh *me); | ||||
| void BKE_mesh_calc_edges_legacy(struct Mesh *me, const bool use_old); | void BKE_mesh_calc_edges_legacy(struct Mesh *me, const bool use_old); | ||||
| void BKE_mesh_calc_edges_loose(struct Mesh *mesh); | void BKE_mesh_calc_edges_loose(struct Mesh *mesh); | ||||
| void BKE_mesh_calc_edges(struct Mesh *mesh, bool keep_existing_edges, const bool select_new_edges); | void BKE_mesh_calc_edges(struct Mesh *mesh, bool keep_existing_edges, const bool select_new_edges); | ||||
| void BKE_mesh_calc_edges_tessface(struct Mesh *mesh); | void BKE_mesh_calc_edges_tessface(struct Mesh *mesh); | ||||
| void BKE_mesh_calc_edges_from_polys(struct Mesh *mesh); | |||||
| /* In DerivedMesh.cc */ | /* In DerivedMesh.cc */ | ||||
| void BKE_mesh_wrapper_deferred_finalize(struct Mesh *me_eval, | void BKE_mesh_wrapper_deferred_finalize(struct Mesh *me_eval, | ||||
| const CustomData_MeshMasks *cd_mask_finalize); | const CustomData_MeshMasks *cd_mask_finalize); | ||||
| /* **** Depsgraph evaluation **** */ | /* **** Depsgraph evaluation **** */ | ||||
| void BKE_mesh_eval_geometry(struct Depsgraph *depsgraph, struct Mesh *mesh); | void BKE_mesh_eval_geometry(struct Depsgraph *depsgraph, struct Mesh *mesh); | ||||
| Show All 23 Lines | |||||