Blender Git Commit Log

Git Commits -> Revision f2cdb1c

Revision f2cdb1c by Joshua Leung (master)
February 21, 2018, 12:46 (GMT)
Tweak/Fix for T54106 - Moving multiple selected keyframes on top of an unselected one would not merge the keys

This commit removes an earlier attempt at optimising the lookups
for duplicates of a particular tRetainedKeyframe once we'd already
deleted all the selected copies. The problem was that now, instead
of getting rid of the unselected keys (i.e. the basic function here),
we were only getting rid of the selected duplicates.

With this fix, unselected keyframes will now get removed (as expected)
again. However, we currently don't take their values into account
when merging keyframes, since it is assumed that we don't care so much
about their values when overriding.

Commit Details:

Full Hash: f2cdb1c7ccb1893db4c093d49b13204dadc7e535
Parent Commit: 63da3b7
Lines Changed: +1, -13

1 Modified Path:

/source/blender/editors/transform/transform_conversions.c (+1, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021