Cleanup: LibOverride: Update comment.

This commit is contained in:
Bastien Montagne 2021-01-15 19:36:38 +01:00
parent 2aa7bc06e7
commit bf7fdd0f67
1 changed files with 3 additions and 1 deletions

View File

@ -1922,7 +1922,9 @@ ID *BKE_lib_override_library_operations_store_start(Main *bmain,
ID *local)
{
if (ID_IS_OVERRIDE_LIBRARY_TEMPLATE(local) || ID_IS_OVERRIDE_LIBRARY_VIRTUAL(local)) {
/* This is actually purely local data with an override template, nothing to do here! */
/* This is actually purely local data with an override template, or one of those embedded IDs
* (root node trees, master collections or shapekeys) that cannot have their own override.
* Nothing to do here! */
return NULL;
}