Blender Git Loki
Git Commits -> Revision dc40bea
Revision dc40bea by Hans Goudey (master) November 30, 2020, 01:30 (GMT) |
Cleanup: Use LISTBASE_FOREACH macro in screen.c This commit replaces while loops and for loops with the equivalent macro. This results in much more readable code in some places, and it's now more apparent when the situation is more complicated than just iterating through a linked list. |
Commit Details:
Full Hash: dc40bea003b9814c59027a29ac0651fbedd468ab
Parent Commit: 748f468
Lines Changed: +70, -147
1 Modified Path:
/source/blender/blenkernel/intern/screen.c (+70, -147) (Diff)