Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-08-21 13:52:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-21 13:52:41 +0300
commit21f09060f8f438e296cb64786a772677645bdf8a (patch)
tree8f5638be2a9d12da6cb58b2f4580d0f7ea320bf2 /source/blender/blenkernel/BKE_mesh_runtime.h
parent8926aa6f67243c1c9f06b7b40fb2b0fc4b673374 (diff)
Cleanup: comment naming which will be changed
Diffstat (limited to 'source/blender/blenkernel/BKE_mesh_runtime.h')
-rw-r--r--source/blender/blenkernel/BKE_mesh_runtime.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_mesh_runtime.h b/source/blender/blenkernel/BKE_mesh_runtime.h
index e673a30c0b3..9d29299cacd 100644
--- a/source/blender/blenkernel/BKE_mesh_runtime.h
+++ b/source/blender/blenkernel/BKE_mesh_runtime.h
@@ -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,