Blender Git Commit Log
Git Commits -> Revision ddbf41d
Revision ddbf41d by Bastien Montagne (master) August 28, 2020, 14:51 (GMT) |
Fix T80104: Crash on making material local. Problem is again with the embedded data, we want to make those local together with their owner ID, but sometimes we are actually dealing with copies here, which are inheritently already local. Code did not considered that possibility before, leading to access to a NULL `lib` pointer. This should also be back-ported to 2.83 LTS release. Maniphest Tasks: T80104 Differential Revision: https://developer.blender.org/D8731 |
Commit Details:
Full Hash: ddbf41d88d43a544c65c18f756fca7ab28ce5620
Parent Commit: df8a63b
Lines Changed: +5, -2
1 Modified Path:
/source/blender/blenkernel/intern/lib_id.c (+5, -2) (Diff)