This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Bastien Montagne b785586232 Fix T57558: Outliner displaying same object twice in some cases.
Logical flaw in `BKE_scene_objects_iterator_begin()` code (two errors
actually, wrong handling of first object of Master collection, and
missing call to `object_base_unique()` to 'register' that first object
and avoid getting it returned a second time).

Simply fixed by always calling `BKE_scene_objects_iterator_next()`
after minimal proper init, that one knows how to do the things. ;)
2018-11-14 17:07:02 +01:00
..
2018-10-17 12:43:41 +02:00
2018-11-14 11:50:37 +01:00
2018-11-14 23:31:06 +11:00
2018-11-14 17:21:34 +11:00
2018-11-10 09:27:20 +11:00
2018-09-26 17:49:40 +02:00
2018-11-14 13:06:11 +01:00
2018-11-14 17:10:56 +11:00
2018-10-11 08:14:04 +11:00