[Bf-blender-cvs] [0bf9f998345] soc-2021-adaptive-cloth: adaptive_cloth: Mesh: split edge: remove completed todo comment

ishbosamiya noreply at git.blender.org
Mon Jul 12 08:23:49 CEST 2021


Commit: 0bf9f9983452d4259176f7e92546a6a60b1df27c
Author: ishbosamiya
Date:   Thu Jul 8 17:47:57 2021 +0530
Branches: soc-2021-adaptive-cloth
https://developer.blender.org/rB0bf9f9983452d4259176f7e92546a6a60b1df27c

adaptive_cloth: Mesh: split edge: remove completed todo comment

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

M	source/blender/blenkernel/BKE_cloth_remesh.hh

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

diff --git a/source/blender/blenkernel/BKE_cloth_remesh.hh b/source/blender/blenkernel/BKE_cloth_remesh.hh
index c37a84930cb..5fad40e4e31 100644
--- a/source/blender/blenkernel/BKE_cloth_remesh.hh
+++ b/source/blender/blenkernel/BKE_cloth_remesh.hh
@@ -1390,9 +1390,6 @@ template<typename END, typename EVD, typename EED, typename EFD> class Mesh {
 
       /* Handle new edge creation between new_vert and other_vert */
       {
-        /* TODO(ish): due to `this->add_empty_edge()` here, the
-         * `edge_b`'s reference becomes invalid. Need to figure out
-         * how to fix this */
         auto &new_edge = this->add_empty_edge();
         new_edge.verts = std::make_tuple(other_vert.self_index, new_vert.self_index);
         added_edges.append(new_edge.self_index);



More information about the Bf-blender-cvs mailing list