Cleanup: comment naming which will be changed

This commit is contained in:
Campbell Barton 2018-08-21 20:52:41 +10:00
parent 8926aa6f67
commit 21f09060f8
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ void BKE_mesh_runtime_verttri_from_looptri(
const struct MLoop *mloop, const struct MLoopTri *looptri, int looptri_num);
/* NOTE: the functions below are defined in DerivedMesh.c, and are intended to be moved
* to a more suitable location when that file is removed. */
* to a more suitable location when that file is removed.
* They should also be renamed to use conventions from BKE, not old DerivedMesh.c.
* For now keep the names similar to avoid confusion. */
#ifdef USE_DERIVEDMESH
struct DerivedMesh *mesh_get_derived_final(
struct Depsgraph *depsgraph, struct Scene *scene,