Blender Git Commit Log
Git Commits -> Revision 7dae8e5
Revision 7dae8e5 by Sergey Sharybin (master) June 11, 2015, 21:47 (GMT) |
Fix wrong proxy pointer hanging around after making all local The issue was caused because of the following circumstances: - Making All Local will just iterate all IDs and clear linked flags - It will not do anything with objects which are already local (and since proxy rig is local nothing will be changing it). This commit makes it so id_clear_lib_data() takes care of clearing all related proxy pointers, avoiding situations when proxy rig will point to a local armature. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D1276 |
Commit Details:
Full Hash: 7dae8e54cc6d3783ff78f2f4f9674bd4219f652c
Parent Commit: 774e034
Lines Changed: +10, -1