Cleanup: libquery: add explicit comment that we ignore ID.lib pointer there.

This commit is contained in:
Bastien Montagne
2020-02-14 11:09:40 +01:00
parent 0c5014aaef
commit 38c8378f52

View File

@@ -469,6 +469,9 @@ static void library_foreach_ID_link(Main *bmain,
continue;
}
/* Note: ID.lib pointer is purposedly fully ignored here...
* We may want to add it at some point? */
if (id->override_library != NULL) {
CALLBACK_INVOKE_ID(id->override_library->reference,
IDWALK_CB_USER | IDWALK_CB_OVERRIDE_LIBRARY_REFERENCE);