Blender Git Commit Log

Git Commits -> Revision ae12424

Revision ae12424 by Dalai Felinto (master)
January 15, 2018, 20:27 (GMT)
Outliner/Collections: Fix objects disappearing when moving to collections

Bug introduced on fb4cd136a7c (multi-object drag-and-drop).

How to reproduce the bug:
* Create a new collection
* Move the Cube to the new collection
* Move the Camera to the new collection (Cube disappears)
* Move the Lamp to the new collection (Camera disappears)

Explanation of the bug:
The moved object was still selected, so we were trying to add the object to the
collection were the object was already inserted (which would fail silently) and
then remove it.

Commit Details:

Full Hash: ae124242987f687c792c5771ca262ceed49c597e
Parent Commit: b810e9f
Lines Changed: +3, -2

1 Modified Path:

/source/blender/blenkernel/intern/collection.c (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021