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:
authorSybren A. Stüvel <sybren@blender.org>2021-03-29 11:14:53 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-03-29 12:00:32 +0300
commit3681a619ded1a6b225befc31ef87259081fb61e5 (patch)
tree35f841fc7287689e25c95da5aa89842b75a9fd7b /.clang-tidy
parent8034b276ba6c5369a356a1b8f5e858305f8b47b9 (diff)
Fix T78650: Lattice evaluation writes to shared data
Fix the data management bug where evaluation of lattice objects would write back to the CoW copy of the Lattice ID, even when that copy was shared between objects. Each lattice object evaluation now stores its own evaluated data copy via `BKE_object_eval_assign_data()`. Reviewed By: sergey Maniphest Tasks: T78650 Differential Revision: https://developer.blender.org/D10790
Diffstat (limited to '.clang-tidy')
0 files changed, 0 insertions, 0 deletions