Page MenuHome

Cleanup: better names and comments for library ID linking code.
ClosedPublic

Authored by Brecht Van Lommel (brecht) on Feb 26 2019, 8:25 PM.

Details

Summary

I'm working on a bugfix in this area, and it took me quite a while to
understand the logic. So I added a bunch of comments, renamed a few
things and split off a few smaller functions.

@Bastien Montagne (mont29), just wanted to check that you are ok with these name changes
since this is not my area.

Diff Detail

Repository
rB Blender

Event Timeline

Besides picky details noted about some comments below, patch LGTM (did not check in detail the code changes, but afaics this is mostly moving around some blocks, general logic remains unchanged).

source/blender/blenloader/intern/readfile.c
9524–9530

That’s kind of doublon/extending previous comment (the one just after the case: ), they could both be merged?

11494–11495

Shift-F1 does not exist anymore by default, link/append have no more shortcuts...

This revision is now accepted and ready to land.Feb 27 2019, 4:56 PM
This revision was automatically updated to reflect the committed changes.