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.vfx@gmail.com>2019-11-13 13:29:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-11-13 13:29:19 +0300
commitca1721270a6d3fa8d67b59a014ab94004e24026b (patch)
tree486441fca1d4a8fc984890dd55309510474d05d0 /intern/cycles/kernel/svm/svm.h
parent5fde907fd3eae07d01ea28003a723f704da817b4 (diff)
Fix T71503: Wrap + displace + multires + Sculpt crash
The root of the issue goes to the discontinuity between the way how mesh_calc_modifiers() and BKE_sculpt_multires_active() works. At some point detection of original data usage by a modifier got broken: the mesh_final based check is unreliable because deform-only modifiers will create mesh_final for the connectivity information. This made it so modifier stack evaluation would skip multires evaluation, but the sculpt code will assume the multires is properly applied. This change makes it an explicit check about whether there are any non-deform-only modifiers applied. Pair programming and review together with Bastien, thanks!
Diffstat (limited to 'intern/cycles/kernel/svm/svm.h')
0 files changed, 0 insertions, 0 deletions