[Bf-blender-cvs] [21f09060f8f] blender2.8: Cleanup: comment naming which will be changed

Campbell Barton noreply at git.blender.org
Tue Aug 21 12:47:44 CEST 2018


Commit: 21f09060f8f438e296cb64786a772677645bdf8a
Author: Campbell Barton
Date:   Tue Aug 21 20:52:41 2018 +1000
Branches: blender2.8
https://developer.blender.org/rB21f09060f8f438e296cb64786a772677645bdf8a

Cleanup: comment naming which will be changed

===================================================================

M	source/blender/blenkernel/BKE_mesh_runtime.h

===================================================================

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,



More information about the Bf-blender-cvs mailing list