Blender Git Commit Log

Git Commits -> Revision 87030d8

Revision 87030d8 by Bastien Montagne (master)
November 26, 2020, 15:43 (GMT)
Fix T83046: Material change not updating in the link of an override.

Code was actually not applying any override operation over linked data.

Reasonn behind that was that if library file is saved with latest
override applied then this is not needed, since data saved for the
override in the lib file is already up to date.

But this is actually fully breaking in case someone update the lib file
of the lib file, without re-saving the libfile itself.

So now we alwaya apply overrides also on linked data.

Note that this will not fix the case where a resync is needed.

Commit Details:

Full Hash: 87030d8be5e9dd6a9c6d95882949d1a18575b90c
Parent Commit: 4705faf
Lines Changed: +1, -1

1 Modified Path:

/source/blender/blenkernel/intern/lib_override.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021