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
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-12-29 20:05:09 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-12-29 20:05:09 +0400
commite61ffcffe9815b1373dc35af17958ca2c41c6184 (patch)
treefc8fbfd64dad8a146c11abd1347107c8e758bffa /intern
parent8301cd1ce671c463084188b668ad2928bbfa4a4e (diff)
Fix #29687: Normal bake from multires gives distorted results.
It is just a limitation of multires baker which doesn't deal correct with baking to subdivision level 0. It was supposed to work with levels on which sculpt data is affecting on mesh, so interpolation between grids works correct. Fully accurate baking in this case will need raycasting stuff which will make it much slower and will remove main benefit of regular baker -- speed and low memory usage. Another option would be to make multires apply sculpting data on level 0, but it's not related at baking at all and has got it's own difficulties.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions