Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-01-15 21:36:38 +0300
committerBastien Montagne <bastien@blender.org>2021-01-15 21:36:38 +0300
commitbf7fdd0f6705308db309bf13435dca0b9d3f461e (patch)
tree43b39a869324a28dac80b854924127c0b2996375 /source
parent2aa7bc06e7a6adb196e552fca3289ed7b7a18f3f (diff)
Cleanup: LibOverride: Update comment.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/lib_override.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/lib_override.c b/source/blender/blenkernel/intern/lib_override.c
index e4094c48368..a7e2394e7ad 100644
--- a/source/blender/blenkernel/intern/lib_override.c
+++ b/source/blender/blenkernel/intern/lib_override.c
@@ -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;
}