[Bf-blender-cvs] [124359d5a66] soc-2021-knife-tools: Merge branch 'master' into soc-2021-knife-tools

Cian Jinks noreply at git.blender.org
Sun Jul 11 17:44:14 CEST 2021


Commit: 124359d5a66a19cc7f289c1c0cb4e4496fb54c10
Author: Cian Jinks
Date:   Sun Jul 11 16:43:54 2021 +0100
Branches: soc-2021-knife-tools
https://developer.blender.org/rB124359d5a66a19cc7f289c1c0cb4e4496fb54c10

Merge branch 'master' into soc-2021-knife-tools

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



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

diff --cc source/blender/editors/mesh/editmesh_knife.c
index 76ffb94d8ad,73f6a3f3238..6ac5b34f2da
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@@ -1427,8 -937,7 +1427,8 @@@ static void knife_join_edge(KnifeTool_O
  static void knife_start_cut(KnifeTool_OpData *kcd)
  {
    kcd->prev = kcd->curr;
-   kcd->curr.is_space = 0; /*TODO: Why do we do this? */
 -  kcd->curr.is_space = 0; /* TODO: why do we do this? */
++  kcd->curr.is_space = 0; /* TODO: Why do we do this? */
 +  kcd->old_stored = false;
  
    if (kcd->prev.vert == NULL && kcd->prev.edge == NULL) {
      float origin[3], origin_ofs[3];



More information about the Bf-blender-cvs mailing list