Blender Git Loki
Git Commits -> Revision df76d60
Revision df76d60 by Joshua Leung (master) May 29, 2016, 07:08 (GMT) |
Fix: Flip logic order for autokeying checking to cope with files where the flags have been set incorrectly Sometimes the autokeying flags don't get set correctly (i.e. the "mode" flags used for 'Add + Replace' vs 'Replace Only' aren't set), meaning that the old logic would always fall through to the "replace only" case. When this happens, the resulting behaviour can be quite strange and hard to debug. This fix prevents problems like this from continuing to be an issue... |
Commit Details:
Full Hash: df76d60267a5b3e2ecf68d9d60838180f41e537a
Parent Commit: cd4d80f
Lines Changed: +16, -8
1 Modified Path:
/source/blender/editors/animation/keyframing.c (+16, -8) (Diff)