Remove internal proxy code, and deprecate related DNA data.
Part of T91671. Not much else to say, this is mainly a massive deletion of code. Note that a few cleanups possible after this proxy removal were kept out of this commit to try to reduce a bit its size. Reviewed By: sergey, brecht Maniphest Tasks: T91671 Differential Revision: https://developer.blender.org/D13995
This commit is contained in:
@@ -94,7 +94,7 @@ static int foreach_libblock_id_user_map_callback(LibraryIDLinkCallbackData *cb_d
|
||||
}
|
||||
|
||||
if (cb_flag & IDWALK_CB_LOOPBACK) {
|
||||
/* We skip loop-back pointers like Object.proxy_from or Key.from here,
|
||||
/* We skip loop-back pointers like Key.from here,
|
||||
* since it's some internal pointer which is not relevant info for py/API level. */
|
||||
return IDWALK_RET_NOP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user