Files
test/source/blender/blenkernel
Bastien Montagne a52fbfa828 ShapeKey: Refactor a bit BKE_key_convert_from_...
Thing is, those functions always reallocate the whole keyblock's data mem,
while in some cases we already have right amount of elements, so we can just
copy over. Further more, `BKE_key_convert_from_offset`, despite its name,
was not making any check nor allocation on keyblock's data elements!

So split 'copy' operation itself in `BKE_key_update_from_...`,
where no mem checks/operations are performed (only an assert).

Only useful in sculpt mode currently, but will be used by fix for T35170 too.
2014-11-17 11:19:54 +01:00
..
2014-10-29 14:15:21 +01:00
2014-07-21 12:02:05 +02:00
2014-05-14 06:37:56 +10:00
2014-09-10 23:00:24 +10:00
2014-05-11 16:22:05 +10:00
2014-05-22 17:40:35 +10:00
2014-07-21 12:02:05 +02:00
2013-09-18 00:07:17 +00:00
2014-10-06 20:10:12 +02:00
2014-10-09 22:44:03 +02:00
2014-11-11 19:32:46 +01:00
2013-03-26 07:29:01 +00:00
2013-03-26 07:29:01 +00:00
2014-04-15 14:25:33 +02:00
2014-10-07 15:47:32 -05:00