Blender Git Loki

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

2 Modified Paths:

/source/blender/blenkernel/intern/library.c (+9, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021