Blender Git Commit Log
Git Commits -> Revision cbb5201
Revision cbb5201 by Bastien Montagne (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) September 2, 2020, 12:56 (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: cbb5201f09bd88a5c7e58fe74ee4178fb2aec27f
Parent Commit: 812c234
Lines Changed: +5, -2
1 Modified Path:
/source/blender/blenkernel/intern/lib_id.c (+5, -2) (Diff)