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
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-06-07 13:50:25 +0300
committerBastien Montagne <bastien@blender.org>2022-06-07 13:53:04 +0300
commit16934c198aab9413b0848c128af3b17a04219f25 (patch)
tree7e2520f1044b08c9f6d6d8a5b1f203fb5ec53a83 /source/blender/editors/screen/screen_ops.c
parent4412e14708c5625c3fe84bc75fce2ca6de6f58c9 (diff)
LibOverride: Attempt to improve handling of cyclic deps between libraries.
Those cyclic dependencies (lib_A depends on a texture from lib_B, which links geometry from lib_A) are bad, but previous code did not always helped much in idendtifying to actuall issue point. Now, reduce maximum 'recursion' level to 100 (this should already never be reached in practice), and additionally report warnings when reaching level 90, so that user gets more context data to identify more easily the culprit.
Diffstat (limited to 'source/blender/editors/screen/screen_ops.c')
0 files changed, 0 insertions, 0 deletions