Blender Git Loki
Git Commits -> Revision 8f24ec2
Revision 8f24ec2 by Campbell Barton (master) July 10, 2020, 02:14 (GMT) |
Cleanup: add BLI_linklist_find_last This makes adding to the end of a linked list simpler, In most cases we avoid this in favor of BLI_linklist_append. For one off operations it's OK. |
Commit Details:
Full Hash: 8f24ec2e26ac634789ed9027dcfe6d1cd14782a7
Parent Commit: 3dd460a
Lines Changed: +15, -4