Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/scanfill.c
| Context not available. | |||||
| ed1 = sc->edge_first; | ed1 = sc->edge_first; | ||||
| ed2 = ed1->next; | ed2 = ed1->next; | ||||
| /* commented out... the ESC here delivers corrupted memory (and doesnt work during grab) */ | /* commented out... the ESC here delivers corrupted memory (and doesn't work during grab) */ | ||||
| /* if (callLocalInterruptCallBack()) break; */ | /* if (callLocalInterruptCallBack()) break; */ | ||||
| if (totface >= maxface) { | if (totface >= maxface) { | ||||
| /* printf("Fill error: endless loop. Escaped at vert %d, tot: %d.\n", a, verts); */ | /* printf("Fill error: endless loop. Escaped at vert %d, tot: %d.\n", a, verts); */ | ||||
| Context not available. | |||||