Blender Git Commit Log

Git Commits -> Revision ac723db

Revision ac723db by Bastien Montagne (master)
January 14, 2020, 11:07 (GMT)
Fix T71798: Full Copy Scene produce Orphan Data objects.

Never treat one of those horrorible 'IDs that are not real IDs' as
regular ID, and expect ID management code to do so. Unless there is a
very good reason, one should never explicitely pass those fake IDs to ID
management code directly.

In that specific case, user count is sort of 'disabled' in libquery
code, because master collections are not in bmain (`LIB_TAG_NO_MAIN`).

Commit Details:

Full Hash: ac723db57fd8ba5493088b135ef7c910be4ca2ff
Parent Commit: 9954cbf
Lines Changed: +15, -5

1 Modified Path:

/source/blender/editors/object/object_relations.c (+15, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021