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.
This commit is contained in:
Campbell Barton 2023-01-31 14:22:25 +11:00
parent 6c8c8c20c7
commit 4f1800d70a
1 changed files with 2 additions and 0 deletions

View File

@ -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;