phew... a whole bunch of old and nasty files translated, including the

central mesh editing one.
This commit is contained in:
2003-04-29 15:30:59 +00:00
parent a4f2249497
commit ceb3e8cc2a
11 changed files with 622 additions and 801 deletions

View File

@@ -269,7 +269,7 @@ void select_linked_tfaces()
while(doit) {
doit= 0;
/* select connected: array vullen */
/* select connected: fill array */
tface= me->tface;
mface= me->mface;
a= me->totface;
@@ -286,7 +286,7 @@ void select_linked_tfaces()
tface++; mface++;
}
/* omgekeerd: vanuit array vlakken selecteren */
/* reverse: using array select the faces */
tface= me->tface;
mface= me->mface;