Shape keys: change default interpolation for absolute shape keys to linear.

This commit is contained in:
Brecht Van Lommel 2018-07-30 12:22:18 +02:00
parent bd49a76568
commit d01319df76
1 changed files with 1 additions and 1 deletions

View File

@ -1457,7 +1457,7 @@ KeyBlock *BKE_keyblock_add(Key *key, const char *name)
kb = MEM_callocN(sizeof(KeyBlock), "Keyblock");
BLI_addtail(&key->block, kb);
kb->type = KEY_CARDINAL;
kb->type = KEY_LINEAR;
tot = BLI_listbase_count(&key->block);
if (name) {