Blender Git Commit Log

Git Commits -> Revision e3f07d1

June 18, 2015, 15:24 (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: e3f07d1f17370aa841b49f3f12bef304a342bd0f
Parent Commit: 3fad13d
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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021