Blender Git Commit Log
Git Commits -> Revision 396bf6c
Revision 396bf6c by Bastien Montagne (master) May 25, 2020, 15:44 (GMT) |
Fix T73164: Undo does not always properly clear no-more-used library data. Solution is actually very simple, and even makes existing code simpler: just write all lib IDs when storing and undo step. That way we do not have to guess which indirectly used library should be kept or not after an undo step reading. |
Commit Details:
Full Hash: 396bf6ca781fdfa79544c92f3d6bdff52c96fedf
Parent Commit: 6d4dc22
Lines Changed: +5, -35