Cleanup: comment line length (editors)
Prevents clang-format wrapping text before comments.
This commit is contained in:
@@ -204,7 +204,8 @@ void EDBM_automerge(Scene *scene, Object *obedit, bool update, const char hflag)
|
||||
/** \name Back-Buffer OpenGL Selection
|
||||
* \{ */
|
||||
|
||||
unsigned int bm_solidoffs = 0, bm_wireoffs = 0, bm_vertoffs = 0; /* set in drawobject.c ... for colorindices */
|
||||
/* set in drawobject.c ... for colorindices */
|
||||
unsigned int bm_solidoffs = 0, bm_wireoffs = 0, bm_vertoffs = 0;
|
||||
|
||||
/* facilities for box select and circle select */
|
||||
static BLI_bitmap *selbuf = NULL;
|
||||
@@ -2245,7 +2246,8 @@ void EDBM_selectmode_set(BMEditMesh *em)
|
||||
|
||||
em->bm->selectmode = em->selectmode;
|
||||
|
||||
edbm_strip_selections(em); /* strip BMEditSelections from em->selected that are not relevant to new mode */
|
||||
/* strip BMEditSelections from em->selected that are not relevant to new mode */
|
||||
edbm_strip_selections(em);
|
||||
|
||||
if (em->bm->totvertsel == 0 &&
|
||||
em->bm->totedgesel == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user