Blender Git Loki
Git Commits -> Revision 6e5e3b7
Revision 6e5e3b7 by Sergey Sharybin (master) March 28, 2014, 11:14 (GMT) |
Fix T37599: Crash making linked objects local and undo Root of the issues comes to the fact that it's possible to produce a situation when library object data uses local object. This is actually forbidden and not supported by .blend IO. Made it so Make Local wouldn't produce such an unsupported states. Reviewers: brecht Differential Revision: https://developer.blender.org/D372 |
Commit Details:
Full Hash: 6e5e3b73f37f952420d87a3d8acd07a7f68dd5a3
Parent Commit: 97cb76a
Lines Changed: +583, -0
2 Added Paths:
/source/blender/blenkernel/BKE_library_query.h (+57, -0) (View)
/source/blender/blenkernel/intern/library_query.c (+460, -0) (View)
/source/blender/blenkernel/intern/library_query.c (+460, -0) (View)