Cleanup: consistent BKE_mesh naming

This commit is contained in:
2018-05-08 17:28:43 +02:00
parent 00127d03f1
commit 03dd109a84
3 changed files with 6 additions and 6 deletions

View File

@@ -110,8 +110,8 @@ struct Mesh *BKE_mesh_new_nomain_from_template(
int loops_len, int polys_len);
/* These functions construct a new Mesh, contrary to BKE_mesh_from_nurbs which modifies ob itself. */
struct Mesh *BKE_new_mesh_nomain_from_curve(struct Object *ob);
struct Mesh *BKE_new_mesh_nomain_from_curve_displist(struct Object *ob, struct ListBase *dispbase);
struct Mesh *BKE_mesh_new_nomain_from_curve(struct Object *ob);
struct Mesh *BKE_mesh_new_nomain_from_curve_displist(struct Object *ob, struct ListBase *dispbase);
bool BKE_mesh_ensure_edit_data(struct Mesh *me);
bool BKE_mesh_clear_edit_data(struct Mesh *me);