Files
test/source/blender
Bastien Montagne 074c695a0d Fix T98072: Regression: When appending a Scene, the Collections that are excluded get instanced into Current Scene.
This was due to using `BKE_scene_has_object` function, which uses the
cache of bases of the viewlayers, which do not have entries for the
content of excluded collections... Now use
`BKE_collection_has_object_recursive` instead.
2022-05-13 18:05:44 +02:00
..
2022-05-13 12:54:41 +02:00
2022-03-16 11:58:22 +11:00
2022-03-25 12:04:14 +11:00