Merge branch 'blender-v4.2-release'
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user