Files
test2/source/blender/blenkernel
Bastien Montagne f1e64781a8 Core: foreach_id: Tweak handling of scene collection in LayerCollection.
Unfortunately, relying only on the 'embedded' flag of the collection ID
pointer to detect the LayerCollection of a Scene embedded collection is
not enough, since this info may not always be available.

So add an extra explicit 'is_master' to the recursive code processing
all LayerCollections ID pointerrs, and double-check with an assert that
this info is coherent with the Collection's embedded flag, when
possible.
2023-08-16 18:23:15 +02:00
..
2023-08-10 22:40:27 +02:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-08-10 22:40:27 +02:00