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:
authorJacques Lucke <jacques@blender.org>2021-11-02 20:12:43 +0300
committerJacques Lucke <jacques@blender.org>2021-11-02 20:13:01 +0300
commit3a454beae73cdfe9c07e7308f78b00c79b502e19 (patch)
tree40bd681d866883b7aeffd14f53ab1497a48b72b4 /intern/cycles/kernel/svm
parent29dff8f84423852f01570334abf08fb922ffb51e (diff)
Fix T91094: missing update after collection changed
Since rBb67fe05d4bea2d3c9efbd127e9d9dc3a897e89e6 collections have a geometry component that depends on all the geometries inside the collection. Contrary to what I originally thought `ID_RECALC_COPY_ON_WRITE` does not trigger a collection geometry update. This makes sense because a collection may change in ways that do not require a geometry update. Instead, we have to trigger the geometry update manually now by passing `ID_RECALC_GEOMETRY` when appropriate.
Diffstat (limited to 'intern/cycles/kernel/svm')
0 files changed, 0 insertions, 0 deletions