faceloop select adds to selection by default now. I know this is not standard behaviour but there isn't a nice way to implement the normal "Shift adds to selection" for this yet..

This commit is contained in:
Roel Spruit
2003-10-28 22:46:34 +00:00
parent 10c452e13e
commit a496ca4db3

View File

@@ -2154,10 +2154,6 @@ void loop(int mode)
eed=G.eded.first;
while(eed) {
eed->f &= ~(2|4|8|32);
if(mode!='s'){
eed->v1->f &= ~1;
eed->v2->f &= ~1;
}
eed->v1->f &= ~(2|8|16);
eed->v2->f &= ~(2|8|16);
eed= eed->next;
@@ -2484,11 +2480,7 @@ void loop(int mode)
/*----------Select Loop------------*/
if(mode=='s' && start!=NULL && (event==LEFTMOUSE || event==RETKEY)){
EditVert *eve;
/* deselectall */
for(eve= G.edve.first; eve; eve= eve->next) eve->f&= ~1;
evl= G.edvl.first;
while(evl){
if(evl->f & 8){