Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mesh.h
| Show First 20 Lines • Show All 493 Lines • ▼ Show 20 Lines | bool BKE_mesh_validate_all_customdata( | ||||
| bool *r_change); | bool *r_change); | ||||
| 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(struct Mesh *mesh, bool update, const bool select); | void BKE_mesh_calc_edges(struct Mesh *mesh, bool update, const bool select); | ||||
| void BKE_mesh_calc_edges_tessface(struct Mesh *mesh); | |||||
| /* **** Depsgraph evaluation **** */ | /* **** Depsgraph evaluation **** */ | ||||
| void BKE_mesh_eval_geometry(struct Depsgraph *depsgraph, | void BKE_mesh_eval_geometry(struct Depsgraph *depsgraph, | ||||
| struct Mesh *mesh); | struct Mesh *mesh); | ||||
| /* Draw Cache */ | /* Draw Cache */ | ||||
| enum { | enum { | ||||
| Show All 28 Lines | |||||