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-05-27 11:45:31 +0300
committerBastien Montagne <bastien@blender.org>2022-05-27 11:49:53 +0300
commit5625a21fc7cf3738278f02038cb6d8a3c2344584 (patch)
treeee8adc53702eb2898c7e5b7599fe1cb6dd81d790 /source/blender/depsgraph
parentbf53956914732bfd3e25806867ebe63081f7486d (diff)
Fix fuzzy ID deletion user count check.
`BKE_id_delete` should only check for consistency of user count with regards to the tags and flags of the ID, not 'protect' nor even warn in case a 'fake user' ID is deleted (such higher-level checks are to be handled by higher-level code). Also replace the assert + debug print by a CLOG error, this avoids 'assert crash' while still failing tests, and always producing a useful message. Fixes T98374 and T98260.
Diffstat (limited to 'source/blender/depsgraph')
0 files changed, 0 insertions, 0 deletions