Page MenuHome

Cleanup: simplify logic for partial undo in ID read
ClosedPublic

Authored by Brecht Van Lommel (brecht) on Apr 3 2020, 5:17 PM.

Details

Summary

This assumes (id->lib == NULL) is testing the same thing as
(bhead->code != ID_LINK_PLACEHOLDER). Even if there might be cases where
they are out of sync, I can't imagine why we would want to handle them
differently.

Depends on D7329

Diff Detail

Repository
rB Blender