Merge branch 'blender-v4.2-release'

This commit is contained in:
Bastien Montagne
2024-06-24 13:34:48 +02:00

View File

@@ -257,7 +257,7 @@ static bool library_foreach_ID_link(Main *bmain,
} \
((void)0)
for (; id != nullptr; id = (flag & IDWALK_RECURSE) ? BLI_LINKSTACK_POP(data.ids_todo) : nullptr)
for (; id != nullptr; id = (flag & IDWALK_RECURSE) ? BLI_LINKSTACK_POP(data.ids_todo) : nullptr, owner_id = nullptr)
{
data.self_id = id;
/* owner ID is same as self ID, except for embedded ID case. */