Blender Git Commit Log

Git Commits -> Revision 9064978

Revision 9064978 by Sergey Sharybin (master)
February 21, 2012, 17:24 (GMT)
Remove unused code left from old multires interpolation stuff

- Removed validate() callback for MDisps layer. It wouldn't actually work
correct from CustomData layer and all needed data might be validated from
BMesh interpolation level. Also this callback was never actually used in
BMesh, so can't see why we'll want to have it in structures.
- Removed layrInterp_mdisps callback. Interpolation now happens from
another level (bmesh_interp) and this callback isn't needed anymore.
- Removed all function from multires.c which were used by old interpolation
stuff and seems to be useless for other usages.
- multires_topology_changed is still marked as a TODO, Probably it's not
needed anymore, buy better to keep for now until it'll be 100% clear this
function isn't needed and all needed re-allocations happens in bmesh_interp.
Otherwise, it'll be needed to be ported to new system.

Commit Details:

Full Hash: 9064978d0bcd3684d48d3b64d41e650467d27e01
SVN Revision: 44304
Parent Commit: 4041c57
Lines Changed: +2, -556

3 Modified Paths:

/source/blender/blenkernel/BKE_multires.h (+0, -6) (Diff)
/source/blender/blenkernel/intern/customdata.c (+2, -162) (Diff)
/source/blender/blenkernel/intern/multires.c (+0, -388) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021