Blender Git Commit Log

Git Commits -> Revision e61ffcf

Revision e61ffcf by Sergey Sharybin (master)
December 29, 2011, 16:05 (GMT)
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.

Commit Details:

Full Hash: e61ffcffe9815b1373dc35af17958ca2c41c6184
SVN Revision: 42979
Parent Commit: 8301cd1
Lines Changed: +25, -4

1 Modified Path:

/source/blender/editors/object/object_bake.c (+25, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021