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:
authorSergey Sharybin <sergey@blender.org>2022-01-31 19:37:07 +0300
committerSergey Sharybin <sergey@blender.org>2022-02-01 13:04:19 +0300
commit6f9828289f397228c6cab6f352fb4a84a65da22a (patch)
tree9556ca554426125ba58e1b314cfbf409914e9a97 /source/blender/draw/intern/draw_hair.c
parent396413dedf079478418771da159bb2c97bb0e4e9 (diff)
Fix T95356: Crash in armature edit mode and certain condition
Blender would have crashed when renaming bone in Edit Mode, Saving, and than selecting/deselecting. Caused by a mistake in the 0f89bcdbebf5: can not "short-circuit" the CoW update if it was explicitly requested. Safest for now solution seems to be to store whether the CoW component has been explicitly tagged, so that the following configuration can be supported: DEG_id_tag_update(id, ID_RECALC_GEOMETRY); DEG_id_tag_update(id, ID_RECALC_COPY_ON_WRITE); Differential Revision: https://developer.blender.org/D13966
Diffstat (limited to 'source/blender/draw/intern/draw_hair.c')
0 files changed, 0 insertions, 0 deletions