[Bf-blender-cvs] [4f1800d70aa] master: Docs: note that delimiting by winding could be supported

Campbell Barton noreply at git.blender.org
Tue Jan 31 04:24:12 CET 2023


Commit: 4f1800d70aa256c0af8f6cbca305ed986b4c40ab
Author: Campbell Barton
Date:   Tue Jan 31 14:22:25 2023 +1100
Branches: master
https://developer.blender.org/rB4f1800d70aa256c0af8f6cbca305ed986b4c40ab

Docs: note that delimiting by winding could be supported

Some users requested this behavior since it was removed,
so note that it could be supported again.

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

M	source/blender/editors/mesh/editmesh_utils.c

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

diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c
index cee7f4a2dff..d981a9a55f7 100644
--- a/source/blender/editors/mesh/editmesh_utils.c
+++ b/source/blender/editors/mesh/editmesh_utils.c
@@ -446,6 +446,8 @@ void EDBM_flag_enable_all(BMEditMesh *em, const char hflag)
 
 UvVertMap *BM_uv_vert_map_create(BMesh *bm, const bool use_select)
 {
+  /* NOTE: delimiting on alternate face-winding was once supported and could be useful
+   * in some cases. If this is need see: D17137 to restore support. */
   BMVert *ev;
   BMFace *efa;
   BMLoop *l;



More information about the Bf-blender-cvs mailing list